Open mildronize opened 3 months ago
Hey @mildronize, thanks for the PR!
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!