Closed hxck closed 7 months ago
You need to enable the registration page in the environment settings with SERVAS_ENABLE_REGISTRATION=true
. Or you can create a user in the console with php artisan user:create
.
Ah, I guess for some reason my brain tried to separate the admin registration with public registration even though it would make sense that they use the same mechanism, lol. Thanks man.
Currently deploying this via Dockge. Visiting the main page of the site after installation shows the login form (at http://192.168.50.204:8186/login), but changing the url to /register gives me a 404. This is my compose file:
Logs show:
Not really sure what I'm missing here. Any ideas?
Thanks.