You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RobertBoes i dont use Laravel heard or laravel valet, but i'm using directly artisan cli with "php artisan serve". Now for this reason i have installed @vitejs/plugin-basic-ssl plugin. Where am I going wrong? Maybe inertia is not compatible with this system?
@jqr91 Think you'll need to remove the entire server part, as I'd assume basicSsl would take care of setting that up. As is also mentioned in the Laravel docs, if you use that plugin, you'd first need to visit the URL from the Vite dev server, to accept the certificate in your browser.
It's possible to use vite SSL with InertiaJS? I need to develop my application for integrate with many sandbox payments and require a https.
This is my configuration:
But in localhost pointing to https://localhost:5173 i have this error in console
Any solutions?
Thanks
The text was updated successfully, but these errors were encountered: