uffizzi icon indicating copy to clipboard operation
uffizzi copied to clipboard

BUG: Can't add new compose file if temporary compose file already exist

Open 7R41N33 opened this issue 2 years ago • 2 comments

  1. Create a preview from the file with the command bundle exec uffizzi preview create uffizzi-compose-webhook-docker.yml
  2. 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:

  1. Error: has already been taken
  2. Error message duplicates in CLI image

7R41N33 avatar Apr 20 '22 13:04 7R41N33

tested

AnnaPochepina avatar Jun 07 '22 12:06 AnnaPochepina

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

NealArw avatar Jun 15 '22 14:06 NealArw