Sail & Github Codespaces
Hi everyone,
I’m using Laravel Sail in a Github Codespace.
I have followed the instructions to install Laravel (https://laravel.com/docs/10.x/installation).
Github Codespaces has generated this public URL for me:
https://crispy-space-trout-xxxxxx-80.app.github.dev/
However, even when I change the APP_URL, the Laravel app still says it is on localhost, so all the app URLs point to localhost. For instance, the Jetstream login endpoint points to localhost. Do you know what might be happening?
Of course I have tried, with any luck:
sail artisan route:clear sail artisan config:cache sail artisan cache:clear sail artisan view:clear
Please or to participate in this conversation.