pallets-eco / pallets-eco/flask-debugtoolbar
UserWarning: Could not insert debug toolbar. </body> tag not found in response.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 978
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
Hi Team,
I am using Flask(0.12.2) with Angular(v6) as front-end framework. I did the setup of the toolbar as described in the documentation. However, the toolbar is not showing up when I load the app. I am getting following warning:
UserWarning: Could not insert debug toolbar. </body> tag not found in response.
warnings.warn('Could not insert debug toolbar.'
Does the non-appearance of the debug toolbar has to do with the front-end framework I am using (Angular)? Let me know if you need more info here. Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the warning with Flask 0.12.2 and Angular 6 using the debug toolbar setup described in the documentation. Trace the toolbar's response insertion behavior and determine why the response lacks a tag. Done means the toolbar appears for the reported setup or the limitation is documented with a verified explanation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, flask, python
- Domain
- backend, devtools, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100