-
Notifications
You must be signed in to change notification settings - Fork 3
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
Doesn't work. Template error #4
Comments
may i know what symfony version do you use |
The same problem for me. Use the project as it is originally:
|
Just disabled SSR with APP_INERTIA_SSR_ENABLE=false in .env . Didn't suppose to use it. |
v6.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The error is on the lines
{{ inertiaHead(page) }}
and{{inertia(page) }}
intemplates/app.html.twig
. I see those same functions in theinertia-bundle
project which appears to be what this project is based on. Looking at that project, I see those functions defined inTwig/IntertiaExtension.php
but I don't see them defined anywhere in this project.Here is the full stack trace.
The text was updated successfully, but these errors were encountered: