-
Notifications
You must be signed in to change notification settings - Fork 1
Unable to interact properly in the chatbox after azd up
#16
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
Comments
@Boburmirzo According to the latest Readme.md, after running According to the investigation, it is because in the serverlessPostgres.bicep file, the Update the code Repro Steps:
Environment:
Expected behavior: |
@Menghua1 Thanks for finding this issue! It looks like latest fix I did introduced another issue. I will fix it shortly asap. |
But it is interesting why azd deploy is not updating the container environment variables. |
![]() @Menghua1 Now it should work. I added the parameter In the meantime, let me know if you can suggest another better way to handle this. Thanks! |
Description:

After running
azd up
, clicking the endpoint link in the logs and attempting to start a conversation fails with the following error:Repro Steps:
git clone https://github.com/neondatabase-labs/rag-neon-postgres-openai-azure-python
.cd rag-neon-postgres-openai-azure-python
.python3 -m venv .venv
..\.venv\Scripts\activate
.pip install -r requirements-dev.txt
.pip install -e src/backend
.azd auth login
.azd env new
.azd up
.Environment:
Expected behavior:
Able to interact successfully in the chatbox.
@Boburmirzo and @hemarina for notification.
The text was updated successfully, but these errors were encountered: