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 using a Static Web App in conjunction with Azure Front Door, and I have a large number of custom domains attached to a single Front Door route. This setup is necessary due to product requirements, as these custom domains need to be visible to end-users and cannot be replaced with redirects. Additionally, these domains allow for specific URL-based design modifications.
The problem arises in the staticwebapp.config.json configuration. I’ve completed the integration with AAD login using the auth block and needed to specify my domains under the forwardingGateway -> allowedForwardedHosts array. However, after setting up 13 domains (as a test, though I have more), I encountered the following error:
No more than 10 allowedForwardedHosts can be specified for the forwardingGateway, but 13 hosts are currently specified.
I believe there are other users like me who attach multiple custom domains to a single AFD route.
Is there any solution for the above?
The text was updated successfully, but these errors were encountered:
I am using a Static Web App in conjunction with Azure Front Door, and I have a large number of custom domains attached to a single Front Door route. This setup is necessary due to product requirements, as these custom domains need to be visible to end-users and cannot be replaced with redirects. Additionally, these domains allow for specific URL-based design modifications.
The problem arises in the staticwebapp.config.json configuration. I’ve completed the integration with AAD login using the auth block and needed to specify my domains under the forwardingGateway -> allowedForwardedHosts array. However, after setting up 13 domains (as a test, though I have more), I encountered the following error:
No more than 10 allowedForwardedHosts can be specified for the forwardingGateway, but 13 hosts are currently specified.
I believe there are other users like me who attach multiple custom domains to a single AFD route.
Is there any solution for the above?
The text was updated successfully, but these errors were encountered: