I am trying to use Nginx to route to my Streamlit web app, but i am getting "You need to enable JavaScript to run this app."

Hello everyone,

I have been trying to use nginx to route to my web apps which are running on different ports, but when I am hitting the end point I am getting 200 status but the response is β€œYou need to enable JavaScript to run this app.” does anyone know how to fix this?

image

But if I use the route β€œ/” instead of β€œ/app” the application is loading. So I think that there is a very small thing which I am missing, can you please help me find the solution for this issue.

Facing the same issue, did you find a solution?