mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05:00
TypeError: crypto.randomUUID is not a function #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dextmorgn on GitHub (Oct 31, 2025).
While creating a new entity, error
crypto.randomUUIDis not a function appeared.This is due to
cryptolib not being compatible with some browsers (at least that's what I read). Working on a fix now.