You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy a site using AWS CloudFront with an AWS Lambda FunctionUrl as Custom Origin.
The deployment works fine, with one big problem:
When I visit the CloudFront domain, every link on the site which is generated with FastAPIs url_for as the FunctionUrl domain instead of the CloudFront Domain.
Can I somehow set the base_url?
The text was updated successfully, but these errors were encountered:
I am trying to deploy a site using AWS CloudFront with an AWS Lambda FunctionUrl as Custom Origin.
The deployment works fine, with one big problem:
When I visit the CloudFront domain, every link on the site which is generated with FastAPIs
url_for
as the FunctionUrl domain instead of the CloudFront Domain.Can I somehow set the base_url?
The text was updated successfully, but these errors were encountered: