mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #258] DataReference.transaction returning null, even through .get immediately before returns value. #117
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#117
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 @xenobytezero on GitHub (Feb 4, 2025).
Original GitHub issue: https://github.com/appy-one/acebase/issues/258
I'm working on creating a repro repo, but I just want to check I'm not doing anything incredibly dumb.
I have a
acebase-serverinstance that I'm connecting to from my page, and I'm having a problem with the following code.When running the above
userInfoRef.exists()call returns truesnapshotinside the transaction returns null every timeIs there something really obvious I'm doing wrong here?
@xenobytezero commented on GitHub (Feb 4, 2025):
Realised after hours of debugging my issue was around my attempts to use a reverse proxy to front multiple Acebase instances, which was failing in an incredibly subtle way.
Happy to close/delete this!