I have a weird problem, the above shown error occurs only on linux. When I run the program on my XAMPP environment everything works just fine. Has anyone experienced a similar problem? If it helps, I will post my code, but as it runs on windows I think the problem has a different course.
â$ is not definedâ indicates that your app fails to load jquery.
You can use your browserâs developer tool to check the error. Probably your app fails to load jquery.js (or something like that) because of some case sensitivity problem which has been hidden in Windows environment.
sorry for the late reply. Iâm not quite sure, what did the trick: I updated my packages via composer and: (a little embarrassing) the apache config on the linux machine is slightly different and I had a fixed url in my js.