Skip to content
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

PageMaker connection object can not be found when the first request is an API request #45

Open
stefvanhouten opened this issue May 17, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@stefvanhouten
Copy link
Collaborator

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.

@stefvanhouten stefvanhouten added the bug Something isn't working label May 17, 2022
@stefvanhouten stefvanhouten self-assigned this May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant