Open tomasantunes opened 2 years ago
I'm getting the same issue in my network tab, and a template error from jijna: jinja2.exceptions.TemplateNotFound: jsglue/js_bridge.js
@Gbillington1 I had the same issue with missing template. I had to manually create a jsglue
folder with my templates directory and copy the js_bridge.js
file (which I had to grab from GitHub) there. After that, the issue went away.
Thanks. That solves it.
Solved it a more automated way in this PR: https://github.com/stewartpark/Flask-JSGlue/pull/35
I installed Flask-JSGlue2 through pip and I get the following error:
When I click it it takes me to the script tag which is the following:
I tried changing the JSGLUE_JS_PATH constant but it didn't help.