-
Notifications
You must be signed in to change notification settings - Fork 10.3k
WebSPA: An unhandled exception occurred while processing the request. #2082
Comments
It should be worked around by following the below steps: Update Docker file: Add the below commands just after the line WORKDIR /app RUN apt-get update Update the environment variable in the docker-compose.override.yml file. |
I've already implemented code you mentioned (and also mentioned on wiki page) If I change If I change nothing, I got the error of this issue |
Hi @ cosmic-flood, I suggest you delete the existing repo and download it again from GitHub. Check for the correct version of npm and node. Try cleaning up the old docker images and building the docker images again. - To build and run the app
Let us know if this works for you. |
Thank you, I'll try again next week. I'm currently on vacation. |
I initiated the eShopOnContainer service, and http://host.docker.internal:5100/ was running smoothly. However, http://host.docker.internal:5104/ encountered an error, as shown below.
NPM and Node.js have been globally installed with the most recent versions.
Could you help me figure this out?
The text was updated successfully, but these errors were encountered: