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
After fixing the issue in the Remix for Azure Functions example in this PR, I encountered a new problem. When I deployed to Azure Static Web App, I received a 404 error on the root path /.
Do you see any error on the logs for the deployed function?
By checking the output from the api.zip file looks like it's missing the dependencies, is I'm not mistaken there should be a node_modules folder inside the zip. Otherwise the Functions won't start
After fixing the issue in the Remix for Azure Functions example in this PR, I encountered a new problem. When I deployed to Azure Static Web App, I received a 404 error on the root path
/
.Steps to Reproduce
swa deploy
as specified in thepackage.json
file.Additional Information
I have attached the zip files of the built project before deploying to Azure Static Web App
Could you help resolve this issue?
Thank you!
The text was updated successfully, but these errors were encountered: