Closed NanaXiong00 closed 1 year ago
@sinedied, Tested with the latest code following Repro Steps above, we found an new error when run azd up
locally. Please help resolve. The details are as follows:
azd version:
Thanks @NanaXiong00 for the update. I've reopened the issue to investigate this
Could you test if the change in this PR solves the issue for you? https://github.com/Azure-Samples/azure-search-openai-javascript/pull/139 I was able to test it in Codespaces, but I don't have a Windows environment at hand to see if something works differently there. Thank you
Could you test if the change in this PR solves the issue for you? #139 I was able to test it in Codespaces, but I don't have a Windows environment at hand to see if something works differently there. Thank you
@sinedied Based on this pr, the local test was successful in the windows environment. 🎉
Describe the issue: Run
azd up
, the data could not be loaded successfully. The details are as follows:Environment:
Repro Steps:
azd auth login
azd init -t azure-search-openai-javascript
azd up
Expected behavior Running
azd up
can add data and the web page will respond correctly, such as the following.@charris-msft for notification.