Open jianingwang123 opened 3 months ago
Could you try opening the URL in a private browser window?
Seems like the error you're having is due to having too large cookies being sent to the server, but we don't use cookies. So it's likely to be caused by either browser extensions or other apps that were run on localhost.
@sinedied I opened the URL in a private browser window and the issue still reappeared:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.
@sinedied Could you please let me know if there has been any progress or if you have any ideas regarding this issue?
Describe the issue: When run locally according to the README , the error is as follows:
Repro Steps:
azd auth login
azd init -t azure-search-openai-javascript
azd up
azd env get-values > .env
to get the environment variables for the appaz login
npm start
or run the "VS Code Task: Start App" to start the project locally.http://127.0.0.1:5173
and ask a questionEnvironment:
Expected behavior: Success to run locally.
@jongio and @sinedied for notification.