v0.4.5 - Hotfix: Fixed Expense Crash on HTTP #28
PaulAtkins88
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🔧 Hotfix
Adds a fixed expense no longer crashes when the app is accessed over plain HTTP.
Fixed
TypeError: crypto.randomUUID is not a functionin non-HTTPS environments — common when self-hosting on a local network (e.g.http://192.168.x.x:3000)Why this happened
crypto.randomUUID()is a browser security feature restricted to secure contexts (HTTPS or localhost). A helper utility with a proper fallback already existed in the codebase — the component just wasn't using it.Upgrade Notes
See CHANGELOG.md for full technical details.
This discussion was created from the release v0.4.5 - Hotfix: Fixed Expense Crash on HTTP.
Beta Was this translation helpful? Give feedback.
All reactions