-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to run locally #213
Comments
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. |
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.
The text was updated successfully, but these errors were encountered: