Laravel 10 install problem
Hi,
I'm trying to install Waterhole in my local Laravel 10 / Filament project. I have double checked and think I followed all the installation steps. However, when I first login at the site login page, and then try to navigate to localhost/forum for the first time, I get following screen:
When I click 'create account', it creates the account in the waterhole user table and then the create account dialog persists but showing (and logging in) the next user in the laravel user table.
Am I doing something wrong or did I forget something during setup?
I would expect waterhole to create the user in the wh user table and then forward to the homepage of the forum. However, after logging out and back in, i am redirected to the forum homepage. But then, unfortunately I get all sorts of errors:
I can't save when creating a post ('something went wrong' message)
After trying to create a post and wanting to go back to the forum homepage I get: "The attribute [ignored_at] either does not exist or was not retrieved for model [Waterhole\Models\PostUser]."