@HansSchouten Hi, I'm keen to use this package, and all steps up to the initial login seem to work for installation for me in a docker container, running the demo theme. I believe my .env is set correctly, with APP_URL as my NAS host and docker container port, i.e http://192.168.0.2:8005 (I run laravel/php in the container).
@HansSchouten Hi, I'm keen to use this package, and all steps up to the initial login seem to work for installation for me in a docker container, running the demo theme. I believe my .env is set correctly, with APP_URL as my NAS host and docker container port, i.e http://192.168.0.2:8005 (I run laravel/php in the container).
I can correctly access the 'home' page:
When navigating to the 'Get Started' link: http://192.168.0.2:8005/admin, I am met with the following issue:
I don't understand why this is occurring, and why it thinks the url I entered is: http://192.168.0.2:8005/in
Hopefully you (or someone else) may be able to help me with this issue. Thank you!