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