Try redoing your cache with php artisan config:cache
Incorrect protocol from route() on DigitalOcean
Hi - This is more of a DigitalOcean question, but I'm hoping one of you has run into this and will have an answer. When I use a route reference (ex: action="{{ route('login') }}") on DigitalOcean, it returns http://example.com/login instead of https://example.com/login. I've set both APP_URL and ASSET_URL settings to https://example.com . Do I also need to make changes to the htaccess file or add additional setting? Thanks for any guidance you can offer! Rick
@rretzko I imagine Digital Ocean will have some sort of load balancer or reverse proxy in front of your website. Therefore you will need to update your TrustProxies middleware so requests are correctly identified as HTTPS, etc.
Please or to participate in this conversation.