79192760

Date: 2024-11-15 14:24:53
Score: 1.5
Natty:
Report link

I had a similar issue with my Vite-React app. The solutions listed below I believe directly relate to your issue.

ReactVite Express NodeJs Azure app service. 404 The resource you are looking for has been removed, had its name changed, or is temporarily unavailable

Run Express server with my NodeJS app via Azure App Service deployed to Azure Container

The physical path C:\Website\EDIConverterDemo\wwwroot\api\account\getcurrentuser You are only serving static files right now.

It does not look like a CORS issue either.

Overall, I think it is a config issue, The Physical path should be the routing file.

The app is deployed on IIS but where? On a VM or as an Azure Web App, this will be important as the target link and port config might change depending on the IIS environment.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: aamer saleem