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
This issue is present in the uweb3warehouse when the first request to the server is an API request.
In this case the decorator attempts to see if the user is registered in the database, however since the connection object has no connection present yet it will instead crash.
This might have something to do with the stackwalking that is done to find the correct connection object.
Still have to do some investigation to the exact cause.
The text was updated successfully, but these errors were encountered:
This issue is present in the uweb3warehouse when the first request to the server is an API request.
In this case the decorator attempts to see if the user is registered in the database, however since the connection object has no connection present yet it will instead crash.
This might have something to do with the stackwalking that is done to find the correct connection object.
Still have to do some investigation to the exact cause.
The text was updated successfully, but these errors were encountered: