Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading pdf datasheet #136

Closed
pdo59 opened this issue Mar 26, 2023 · 2 comments · Fixed by #140
Closed

Uploading pdf datasheet #136

pdo59 opened this issue Mar 26, 2023 · 2 comments · Fixed by #140
Assignees
Labels
bug Something isn't working
Milestone

Comments

@pdo59
Copy link

pdo59 commented Mar 26, 2023

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
Copy link
Owner

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 replaysMike self-assigned this Mar 26, 2023
@replaysMike replaysMike added the bug Something isn't working label Mar 26, 2023
@replaysMike replaysMike added this to the v2.3.2 milestone Mar 26, 2023
@replaysMike replaysMike added in-progress This ticket is currently being worked on and removed in-progress This ticket is currently being worked on labels Mar 27, 2023
@replaysMike
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants