Replies: 3 comments 7 replies
-
When you say "npm run start" you mean you deployed your code to prod, and it's not logging in, right? If so, please check the |
Beta Was this translation helpful? Give feedback.
-
Yes, I have checked the steamApiKey and steamCallbackUrl in the database, and their configurations are correct. I am considering whether the issue might be related to using a proxy, as my deployment environment is in China and needs to bypass the Great Firewall (GFW). I am currently testing on a server outside of China. |
Beta Was this translation helpful? Give feedback.
-
Still unable to log in, and it doesn’t seem to show any meaningful information.
|
Beta Was this translation helpful? Give feedback.
-
When deploying the latest code from the repository, an issue arises where using "npm run start" prevents login, while "npm run dev" works. After checking the browser cookies, it was found that the web application started with "npm run start" does not set any cookies upon login. The behavior observed is that after logging in, the application redirects back to the homepage and remains in a logged-out state. Please assist me. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions