You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We make a change of the instructions for the system prompt in SYSTEM_MESSAGE_CHAT_CONVERSATION and commit them to our fork. After this we tried to redeploy our working webapp to apply the changes with make deploy-webapp command but we faced the below mentioned error:
jq: error: Could not open file /workspaces/PubSec-Info-Assistant/scripts/../inf_output.json: No such file or directory
Bug Details
@MYSdeployment ➜ /workspaces/PubSec-Info-Assistant (main) $ make deploy-webapp
Environment set: local.
Loading environment variables for local.
Loading environment variables for Language: en-US.
Loading environment variables for Azure Environment: AzureCloud.
🎯 Target Resource Group: infoasst-digitallibrary
jq: error: Could not open file /workspaces/PubSec-Info-Assistant/scripts/../inf_output.json: No such file or directory
make: *** [Makefile:28: check-secure-mode-connectivity] Error 2
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
GitHub branch: [e.g. main]
main
Version or Latest commit: [obtained by running git log -n 1 <branchname>
If your codespace has expired and you were required to create a new GitHub Codespace, then this will happen. The file inf_output.json is created by the completion of the terraform deployment from make infrastructure.
If you had to recreate a new codespace, you will need to set up your local.env file again with the same parameters as you last deployment. Then at least run make infrastructure to recreate the inf_output.json file. IMPORTANT! Be sure to examine the terraform plan before applying changes to make sure it does not want to destroy services where data resides (Azure Storage Account, Azure CosmosDb, Azure AI Search, etc.).
I would recommend that after a successful deployment you make a backup of the following files to assist you with creating a new GitHub Codespace if you need to again:
Hello team,
We make a change of the instructions for the system prompt in SYSTEM_MESSAGE_CHAT_CONVERSATION and commit them to our fork. After this we tried to redeploy our working webapp to apply the changes with make deploy-webapp command but we faced the below mentioned error:
Bug Details
@MYSdeployment ➜ /workspaces/PubSec-Info-Assistant (main) $ make deploy-webapp
Environment set: local.
Loading environment variables for local.
Loading environment variables for Language: en-US.
Loading environment variables for Azure Environment: AzureCloud.
🎯 Target Resource Group: infoasst-digitallibrary
jq: error: Could not open file /workspaces/PubSec-Info-Assistant/scripts/../inf_output.json: No such file or directory
make: *** [Makefile:28: check-secure-mode-connectivity] Error 2
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
If the bug is confirmed, would you be willing to submit a PR?
What is PR?
The text was updated successfully, but these errors were encountered: