Closed joglomedia closed 1 month ago
Cannot reproduce the issue.
are you using Postgresql as VitoDeploy's database?
are you using Postgresql as VitoDeploy's database?
Yes, I am using PostgreSQL 16
Vito itself only supports SQLite as database. any other database usage is not supported and issues will not be fixed.
Describe the bug An error occurred while connecting to the Source Control provider due to a SQL issue.
To Reproduce Steps to reproduce the behavior:
Name
andAPI Key
Expected behavior Successfully connect to source control and save the data to table.
Screenshots
Additional context It appears there's a data type mismatch. The
provider_data
column is defined as a JSON type, but the stored data is actually anencrypted:array
represented as a string.