replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

Uploading pdf datasheet #136

Closed pdo59 closed 1 year ago

pdo59 commented 1 year ago

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" },

replaysMike commented 1 year ago

That looks like a bug with it not recognizing the enum type for stores file uploads. I’ll get this fixed right away, expect it in Tuesday’s release

replaysMike commented 1 year ago

This is now fixed and will appear in the v2.3.2 release, I'll ping you when it's live. Could be late today, or tomorrow.