Oliver Wenzel
Oliver Wenzel
Some type of script block to write multiple statements without typing {% %} for every line would be nice. Something like this: ```twig {% script %} set counter = 0;...
Are you using SSR? Errors on the server side are often harder to track down, because the console output is worse than in the browser. You could try to turn...
@secondmanveran Does your node server output any errors? Inertia v1 shouldn't be the problem, because I'm using it as well. You should also see the dump output if you put...
@secondmanveran Are you using Vite? I never used it and symfony and would wish that the symfony team would officially support it. Styles are also my biggest pain point with...
@brandanking-decently Are you using SSR? If that's the case, then you also have to set `useScriptElementForInitialPage` in your SSR entrypoint.
@brandanking-decently Does the script tag `` render correctly on your side? This function should be the source of your problem in the description. It returns null, if it cannot find...
@brandanking-decently I think this only leaves the Laravel bundle, since you're not using SSR. I don't use Laravel, so I can't really help with that, but the environment variable you've...