Hello, in Livewire v3 documentation it is written, that you need a minimum Laravel v10 version. You said you are using v8.2.0, so the problem may be there. Also, can you show your app.js file?
Jun 4, 2024
8
Level 1
LIVEWIRE 3.5.0: SyntaxError: Unexpected token 'H', "Hello, World!" is not valid JSON
Hello there, this is my first thread, 'cause i got a big issue with livewire 3.5.0 on my xampp server with laravel 8.2.0 Uncaught (in promise) SyntaxError: Unexpected token 'H', "Hello, World!" is not valid JSON at JSON.parse () at ac (app-CnLVuBoE.js:6:96339) at async ec.send (app-CnLVuBoE.js:6:92821) I dont know how to resolve it, I spent a lot of days searching an approaching, reinstalling livewire, create a new one project to pass the existing code and nothing new happens, anyone has an idea? thx :)
Please or to participate in this conversation.