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
You can end up with an old incomplete config.yaml across releases. This is a common problem. Don't know if it should be fixed or just documented.
Steps
Run the project sometime in the past
A config.yaml will have been created
stop the environment
Get latest
Run the project
Notice that the old config.yaml created by copy was not replaced makes sense
Is this in release notes or something?
Workaround
Delete the config.yaml if you haven't made any changes to it (I did this in VS Code remote )
Delete config.yaml again to make it really die (I did this in VS Code remote)
Stop the project
Restart the project
Possible initial remedy
Add a comment at the top of the sample file saying
This was copied from config_sample.yaml and may need to be updated after upgrading the nim-anywhere project
Supporting docs
This is why I was confused about when I only saw one section in a in the config.yaml in the GUI in a previous problem report
The text was updated successfully, but these errors were encountered:
freemansoft
changed the title
config.yaml created prior to the rename will be retained with the previous names
config.yaml created prior to the upgrade will be retained with the previous names
Aug 8, 2024
freemansoft
changed the title
config.yaml created prior to the upgrade will be retained with the previous names
config.yaml created prior to latest upgrade is retained with the previous property names
Aug 10, 2024
You can end up with an old incomplete
config.yaml
across releases. This is a common problem. Don't know if it should be fixed or just documented.Steps
Is this in release notes or something?
Workaround
config.yaml
if you haven't made any changes to it (I did this in VS Code remote )config.yaml
again to make it really die (I did this in VS Code remote)Possible initial remedy
Add a comment at the top of the sample file saying
Supporting docs
This is why I was confused about when I only saw one section in a in the config.yaml in the GUI in a previous problem report
The text was updated successfully, but these errors were encountered: