Open MGertz opened 8 months ago
I am running into this issue when trying to create credentials in the key store. I am using MySQL instead of Postgres and no Trafik.
I was able to solve my issue but regenerating the SEMAPHORE_ACCESS_KEY_ENCRYPTION. I had to remove and delete the volume for the database but it seems to be working now.
@rath17023 that means you've recreated your whole database, right? I have a somewhat similar sounding issue #1778 and can't really afford to recreate my whole db. Did you manage to look into the logs and see the actual (probably database related) issue that caused this?
@hcderaad you don't need to recreate whole database, just update your access keys.
But I don't think it is the same problem. SEMAPHORE_ACCESS_KEY_ENCRYPTION
solves access keys problem but not Inventory.
@hcderaad is there any logs in Semaphore's output? This mean unexpected database restrictions was got. It can be result of database state or incorrect input fields.
Hi @MGertz did you solve the issue?
Hi.
When I try to edit an inventory, I get the error message
Request failed with status code 400
I'm running Semaphore in a docker stack. When I look in the log for the stack, there isn't any warnings about the 400 error.
My docker-compose.yml file looks like this.
Does anyone know how to fix this issue?