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'm running the frontend in production mode locally and having issues with it. The nginx server is giving a "403 Forbidden" error when I go to localhost:7080. When I bash into the container, I see all the original frontend code (without the copied production code in /app) as well as the nginx.conf. What I expected was to only see the production-minified frontend code and nginx.conf. This is only happening locally, it works just fine on the production servers.
The text was updated successfully, but these errors were encountered:
I'm running the frontend in production mode locally and having issues with it. The nginx server is giving a "403 Forbidden" error when I go to localhost:7080. When I bash into the container, I see all the original frontend code (without the copied production code in /app) as well as the nginx.conf. What I expected was to only see the production-minified frontend code and nginx.conf. This is only happening locally, it works just fine on the production servers.
The text was updated successfully, but these errors were encountered: