Authentication callback issue when deploying in Corespace #2733
-
Hello, thank you for this brilliant project. However, once I enable authentication, chat history with Cosmos DB, and chat history in browser, I can reach the login and consent screens, but the flow always gets stuck at the callback stage, returning either HTTP 401 or HTTP 500. I am not entirely sure if this issue is related to my setup. For example, I may have skipped running the May I ask if some additional setup is typically needed when running on Corespace (such as CORS or MSAL redirect handling)? Any guidance would be greatly appreciated. Thank you again for your work and support. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, just a quick update. After running Many thanks to the team for creating and maintaining this project. I really appreciate the effort that has gone into making it available for learners like me. I’ll go ahead and mark this issue as solved. Sorry for the trouble! |
Beta Was this translation helpful? Give feedback.
Hello, just a quick update.
After running
azd up
again, the issue was resolved and everything is now working as expected. It seems the problem was related to my initial setup.Many thanks to the team for creating and maintaining this project. I really appreciate the effort that has gone into making it available for learners like me. I’ll go ahead and mark this issue as solved. Sorry for the trouble!