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

[Bug] Don't cache settings by default #1653

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

alexjustesen
Copy link
Owner

📃 Description

Don't cache settings by default, this was causing issues when writing new settings to the database.

🪵 Changelog

🔧 Fixed

@alexjustesen alexjustesen added the 🐛 bug Something isn't working label Aug 9, 2024
@alexjustesen alexjustesen self-assigned this Aug 9, 2024
@alexjustesen alexjustesen merged commit dfca881 into main Aug 9, 2024
1 check passed
@alexjustesen alexjustesen deleted the dont-cache-settings branch August 9, 2024 01:59
@svenvg93
Copy link
Contributor

svenvg93 commented Aug 9, 2024

First of all sorry for causing this bug, was this something that I could have prevented when developing the notification channels?

@alexjustesen
Copy link
Owner Author

You weren't the cause of it, this one has come up in the past and its how the application caches assets first and then tries to do the migration. Easy fix being don't cache settings as it doesn't provide any meaningful performance improvements.

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 this pull request may close these issues.

500 server error when trying to access notification menu (v0.21.0)
2 participants