79347013

Date: 2025-01-10 21:07:20
Score: 2.5
Natty:
Report link

I did below changes when updated from laravel 10 to 11:

  1. Changed APP_ENV=local to APP_ENV=development in .env
  2. Added $url->forceScheme('http'); AppServiceProvider.php boot function
  3. The browser was already pointing to https://127.0.0.1:8000/login and causing same issue again so I needed to manually remove the https to http and it resolve the issue.

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ahsan Alamgir