Brandon

Results 15 comments of Brandon

Added in `vite` + `laravel-vite` Removed `mix`. I'm not an expert with `ssr` but I added several commands in the `package.json` to try out. Learned a bunch about `laravel`, `inertia`,...

Reverted previous changes, updated everything using the latest Laravel Breeze + Vue & SSR code. Seems to be working great. Use `npm run build` to compile the `ssr.mjs` file and...

### Test demo site: **http://testing.my.aggressivecache.com/** Edit: The SSL expired temporarily, updated link. It still works, I'll have SSL fixed very soon.

I can see that this PR may need updated with Inertia 1.0, if there is any interest in that let me know. 😁🫡

So it looks like there are two things that could be happening: 1. Make sure you are **not** using `next/link` component for Login / Logout links. ```js Logout ``` Being...