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

Fix the error when saving the admin settings #997

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

BentiGorlich
Copy link
Member

Problem was the new MAX_IMAGE_BYTES setting which is an int. It has to be converted to a string to be saved to the db

Closes #996

Problem was the new `MAX_IMAGE_BYTES` setting which is an int. It has to be converted to a string to be saved to the db
@BentiGorlich BentiGorlich added bug Something isn't working backend Backend related issues and pull requests labels Aug 5, 2024
@BentiGorlich BentiGorlich self-assigned this Aug 5, 2024
@BentiGorlich BentiGorlich merged commit aa9db5b into main Aug 5, 2024
7 checks passed
@BentiGorlich BentiGorlich deleted the fix/admin-panel-settings-save branch August 5, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error 500 when saving on the admin settings
1 participant