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
I have set the Postgresql datasource provider, when I tri to upload a datasheet file I get this error: System.ArgumentException: A PostgreSQL type with the name stored_file_type was not found in the database
This is the appsettings.json: "StorageProviderConfiguration": { "Provider": "Postgresql", "ProviderConfiguration": { "ConnectionString": "Server=localhost;Port=5432;Database=Binner;Userid=postgres;Password=;SslMode=Disable;Persist Security Info=true;" }, "UserUploadedFilesPath": "./UserFiles" },
The text was updated successfully, but these errors were encountered:
I have set the Postgresql datasource provider, when I tri to upload a datasheet file I get this error:
System.ArgumentException: A PostgreSQL type with the name stored_file_type was not found in the database
This is the appsettings.json:
"StorageProviderConfiguration": { "Provider": "Postgresql", "ProviderConfiguration": { "ConnectionString": "Server=localhost;Port=5432;Database=Binner;Userid=postgres;Password=;SslMode=Disable;Persist Security Info=true;" }, "UserUploadedFilesPath": "./UserFiles" },
The text was updated successfully, but these errors were encountered: