The issue was actually in authentication. The backend was trying to get user authentication behind the scenes and the client could not satisfy it obviously)
Web App as a server only works after having been run in the browser.
Anatolii Kiguradze (Akvelon INC)
1
Reputation point
My app has two parts: client and server. Both are web apps. They are connected through websocket. For some reason, if I first run the server in the browser (it shows just "upgrade required", which it is supposed to show), everything works just fine.
However, if I choose to run the client without first running the server in the browser, the server sends: "error 302".
The server has status running all the time.
On localhost everything works smoothly.
Please help
1 answer
Sort by: Most helpful
-
Anatolii Kiguradze (Akvelon INC) 1 Reputation point
2022-06-16T05:18:01.893+00:00