mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #31] Adding a 2.5MB value gives "offset is out of bounds" error #28
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @clibu on GitHub (May 17, 2021).
Original GitHub issue: https://github.com/appy-one/acebase/issues/31
Originally assigned to: @appy-one on GitHub.
I'm adding a value which is a
"data:image/jpeg;base64,/...."which is approximately 2.5MB to AceBase v1.5.0 running in Node v16 and get the following repeatable error:followed by non-stop:
@appy-one commented on GitHub (May 18, 2021):
I've managed to reproduce the issue, and found where this is going wrong. Will be fixed shortly!
@appy-one commented on GitHub (May 19, 2021):
Fix published in v1.6.0