uffizzi
uffizzi copied to clipboard
BUG: Can't add new compose file if temporary compose file already exist
- Create a preview from the file with the command bundle exec uffizzi preview create uffizzi-compose-webhook-docker.yml
- Try to add this (or another) file into Uffizzi with the command bundle exec uffizzi project compose set -f uffizzi-compose-webhook-docker.yml or by API
Result:
- Error:
has already been taken
- Error message duplicates in CLI
tested
TESTED on prod - FAILED
# uffizzi project compose describe
Resource Not Found
# uffizzi project compose set -f compose.yml
has already been taken
#
Will be fixed in https://github.com/UffizziCloud/uffizzi_app/issues/159