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

Notes on debugging #62

Open
maelle opened this issue Nov 24, 2020 · 2 comments
Open

Notes on debugging #62

maelle opened this issue Nov 24, 2020 · 2 comments
Labels

Comments

@maelle
Copy link
Contributor

maelle commented Nov 24, 2020

Maybe more gotchas than notes

Getting an unexpected 404?
If you write get("login") instead of get("/login"), queries to the login path will return 404...

Getting a 500?
It means the code inside the app failed.


I was also wondering how the use of logging might help debugging. (mw_log()).

@maelle
Copy link
Contributor Author

maelle commented Dec 7, 2020

Related #63

@maelle
Copy link
Contributor Author

maelle commented Dec 7, 2020

Tip by @gaborcsardi : Easy to create an endpoint to get what's in locals if one needs that.

@gaborcsardi gaborcsardi added the help wanted ❤️ we'd love your help! label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants