79301394

Date: 2024-12-22 17:29:57
Score: 2
Natty:
Report link

I think this is due to a CORS issue. You probably have a mismatch between your APP_URL in the .env file and the URL you are using in the browser. Example: if your APP_URL is set as APP_URL=http://localhost:8000, you should browse using http://localhost:8000 and not http://127.0.0.1:8000

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jiem