Closed xuxife closed 1 year ago
Hi @xuxife, For reference, you can check the src/.env.example file. Make sure that there are no double quotes in the values of your .env file.
I am seeing a similar error which I think is related to Cosmos:
The Application setting is defined like this:
Do you see any obvious reason for why it is failing?
@janegilring, today's commits broke the deployment by trying to fix the spelling error in this variable. It should be AZURE_COSMOSDB_URI
. Revert your branch to the last of Aug 3 commit and redeploy the app. It worked for me.
Thanks @oliverlabs Yes that is correct, there were typo for cosmos related in env.local and fixed.
It used to be COSMOSE and now fixed to COSMOS
Hi, I'm using my fresh deployed cosmos db URI in a format of
"https://<my-cosmos>.documents.azure.com:443/"
, while the following runtime error is thrown. I check the @azure/cosmos document, turns out the URI format is correct.Do we have any clue about the cause or have any workaround?