Locally, everything works great (and thank you so much for the work you did, by the way!). But I ran into problems when trying to run it on the server.
I am running the application in the docker + using nginx proxy. It's simple enough and should work. But in the console I see this. And error when adding keys.
In .env I changed the backend address to wss://mysite.com/ws
And the nginx config looks something like this:
Locally, everything works great (and thank you so much for the work you did, by the way!). But I ran into problems when trying to run it on the server.
I am running the application in the docker + using nginx proxy. It's simple enough and should work. But in the console I see this. And error when adding keys. In .env I changed the backend address to
wss://mysite.com/ws
And the nginx config looks something like this:Do you have any idea what could be wrong? Thanks!