azure-search-openai-javascript
azure-search-openai-javascript copied to clipboard
Fail to run locally
Describe the issue:
When run locally according to the README , the error is as follows:
Repro Steps:
- Create a new folder and switch to it in the terminal
- Run
azd auth login - Run
azd init -t azure-search-openai-javascript - Run
azd up - Run
azd env get-values > .envto get the environment variables for the app - Run
az login - Run
npm startor run the "VS Code Task: Start App" to start the project locally. - navigate to
http://127.0.0.1:5173and ask a question
Environment:
- Azd version: azd version 1.9.5 (commit cd2b7af9995d358aab33c782614f801ac1997dde)
- OS: Windows,Codespaces, and Dev Containers.
Expected behavior: Success to run locally.
@jongio and @sinedied for notification.
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?
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.
This issue was closed because it has been stalled for 7 days with no activity.