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
I managed to deploy the app, I run the frontend url and got an error
"
Sorry, but we’re having trouble signing you in.
AADSTS700016: Application with identifier '6ae250ef-0fe5-4490-b1f3-80572929c07e' was not found in the directory 'Microsoft Non-Production'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.
"
In addition I tried to run it locally
and got this response
Error fetching conversations: HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /http_trigger (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x106e9ad50>: Failed to establish a new connection: [Errno 61] Connection refused'))
The text was updated successfully, but these errors were encountered:
I managed to deploy the app, I run the frontend url and got an error
"
Sorry, but we’re having trouble signing you in.
AADSTS700016: Application with identifier '6ae250ef-0fe5-4490-b1f3-80572929c07e' was not found in the directory 'Microsoft Non-Production'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.
"
In addition I tried to run it locally
and got this response
Error fetching conversations: HTTPConnectionPool(host='localhost', port=8000): Max retries exceeded with url: /http_trigger (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x106e9ad50>: Failed to establish a new connection: [Errno 61] Connection refused'))
The text was updated successfully, but these errors were encountered: