I am using Inertia with vue 3. And it works ok locally. But on production I am unable to read query params on my laravel backend. $_GET is empty. Can't figure out what is wrong. I'd appreciate any help.
I am making get requsests via Link and Inertia.get method. I am able to see query params in browser address bar, and also see them in console. But on the backend $_GET is empty.