[Vuejs]-Laravel Inertia, CORS with google login

0👍

The response from the google service is missing the header Access-Control-Allow-Origin: * so the browser is blocking it.

Try to research a way to have that header included in the response.

Leave a comment