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
Sorry, looks like aiohttp bug tracker is a wrong place for template problem reports.
I can say that aiohttp-jinja2 has nothing special, it is just a thin wrapper around jinja2 itself.
I guess you have a configuration problem in a part of specifying a path to templates.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
When testing the app the jinja template does not get found.
Expected behaviour
I want the templates to be found so the apps can be tested.
Actual behaviour
I get template not found error, when testing otherwise its working fine. I'm running the app on dev server from aiohttp-devtools
Steps to reproduce
Make route whom handler returns a template using aiohttp-jinja2
Your environment
windows
aiohttp 3.3.2
The text was updated successfully, but these errors were encountered: