-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
First, let me thank you for sharing all of your work in what seems like a great 3D surgical planner.
I have been attempting to build the code using the client and server setup information provided in the repo however I am unable to get it to work.
When I click on login or register on the frontend, the request fails with a 401 error. On the server is the message HttpError: No token found. On the browser and client I also see it indefinitely loop and attempt to call /refresh.
The server code seems to expect the token in the cookie but I don't know if at first login if a cookie is being sent by the server that the client would then send back for session management. I am not seeing any cookies being passed from client to server in the browser development tools pane.
Now, all of this is probably due to my lack of understanding and possibly something simple and obvious that I have missed. I would appreciate if you could guide me on how to get this to work.
Thank you.
Regards,
Jeeut