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
Describe the bug
When the webapp is launched and I log in with my Microsoft account, the createChat call returns a 400 error saying that the "ask" field is required. This is after a clean install and using an OpenAI account. The webpage then displays an error because no data has been returned. As you see in the second screenshot (webapi log), the last call fails with a 400 error when localhost:3000 is refreshed.
@ADegitz - can you check your AppID is setup correctly in .env file. It looks like it is hitting the service, but the auth is failing. The readme has additional details that might help unblock you.
Describe the bug
When the webapp is launched and I log in with my Microsoft account, the createChat call returns a 400 error saying that the "ask" field is required. This is after a clean install and using an OpenAI account. The webpage then displays an error because no data has been returned. As you see in the second screenshot (webapi log), the last call fails with a 400 error when localhost:3000 is refreshed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd expect to see the home page of the chat app.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: