Fresh install without any modification beside a console.log that is located on welcome.jsx and it is displayed twice. What can I do to fix this? This will affect all other functionalities all axios, if there will be, will be executed twice. How can I fix this? Thank you
I have tested with fresh install of laravel + inertia only and it happens too. I have instaled them on dedicated server and localhost too. I have tried laravel + breeze too same problem.
This is my package.json this is the composer.json
the console.log in the Welcome.jsx the change the console in the browser's console the double log
i run it with npm run dev and npm run build for both is the same.