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
Hi,
I have installed using cookiecutter https://github.com/whythawk/full-stack-fastapi-postgresql
everything went fine but I couldnt login into the application. Continuous error is coming like: web-socket.mjs?v=c6c77b63:58 WebSocket connection to 'ws://localhost:4000/ws' failed: even without giving logindetails. even after entering login credentials still the application throwing errors in console continuously.
oauth is successful but page is not loading.
I guess something is wrong with websocket and cors origins. Anybody have any idea please suggest.
The text was updated successfully, but these errors were encountered:
It's something to do with Nuxt's auto-refresh/reload and Docker during development. If you try building and running the frontend outside of Docker, does that help?
Hi,
I have installed using cookiecutter https://github.com/whythawk/full-stack-fastapi-postgresql
everything went fine but I couldnt login into the application. Continuous error is coming like:
web-socket.mjs?v=c6c77b63:58 WebSocket connection to 'ws://localhost:4000/ws' failed:
even without giving logindetails. even after entering login credentials still the application throwing errors in console continuously.oauth is successful but page is not loading.
I guess something is wrong with websocket and cors origins. Anybody have any idea please suggest.
The text was updated successfully, but these errors were encountered: