-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access the web app #931
Comments
Found some additional logs
|
Seems to be an authentication issue, where the Front-end want to connect to the backend using authentication but is not able to get the information. Followed all the step to create the App registrations but nothing seems to be working. In the browser, I have following exception:
|
Seems to be a Front-end issue. In mean time recreated the App registration and also tried to run it locally with authentication and I'm getting the same error. Adding some logs to the Frontend revelated following issue:
|
This issue seems to be related to issue #918. I had the same "Connecting..."-behavior (both while running with docker compose and with running it on Azure App Service). Changing the auth-code as described there solved it for me. |
I found the issue, seems the @azure/msal-browser version currently in the master branch is having the issue. Still further investigating, but when I update the package, seems to be working. |
I believe this is fixed now. Can you give it another to confirm the fix works for you? |
Fixed by #969 |
Describe the bug
I have follow the ReadMe to deploy the solution to Azure. Service are all created and can deploy the webapp. When I navigate to the Chat Copilot, I get the request to login and everything seem ok for the login process. But then it got stuck on the Connecting page. Doesn't get any further, looks like he is waiting on the backend to respond.
Only thing I changed to the deployment, is deploy everything to SwedenCentral.
Only thing I cloud find in the logs is a File not found but no details why it is not there.
Could not load file or assembly 'StartupBootstrapper, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The application moves to the chat windows after login.
Screenshots
Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: