@JussiMannisto Here's the proper error. I think I just took what I wanted to hear from it lol.
Looks like there’s a problem with this site
http://localhost:8000/known-places/create might have a temporary problem or it could have moved.
Error code: 500 Internal Server Error
The site could be temporarily unavailable or too busy. Try again in a few moments.
It happens when I'm clicking around fairly quickly. It isn't always this page (I don't have many routes with views). I'm using Livewire as well.
I'm using FrankenPHP with no real other configuration. Here is my composer dev script.
"dev": [
"Composer\\Config::disableProcessTimeout",
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74,#a3e635\" \"php artisan octane:start --watch\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" \"php artisan reverb:start\" --names=octane,queue,logs,vite,reverb"
]
Further testing reveals I don't have to be clicking around fast either. Giving a second or two between navigations will cause it too.
I'm developing in WSL (because it's the only way I could install everything I needed on my work laptop lol), if that matters.
Database: Postgres
Using Reverb with Echo for Websocket and live notifications