mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[GH-ISSUE #14] fix: Cannot set property 'acebase_origin' of null #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#14
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 @KesleyDavid on GitHub (Oct 28, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-client/issues/14
Originally assigned to: @appy-one on GitHub.
I'm using the script importing via the link:
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/acebase-client@latest/dist/browser.min.js"></script>since the last update yesterday (10/27/2021), when I do a
db.query().get()query everything goes fine, but when I do adb.ref().get()query, I always get the same errorThe data is returned if I query the packages in the google crhome "network", but an error appears when doing the query and I can't get the data through javascript.
My package:
I have a hospital client who uses the database, but the entire system is paralyzed, without being able to carry out requests for exams and consultations of reports and images.
I thank you and want to congratulate you on the great database, we are really enjoying using it.
I believe this is a simple bug to fix, and soon you will be able to :D
@KesleyDavid commented on GitHub (Oct 28, 2021):
Update the error:

Lines Errors:

@KesleyDavid commented on GitHub (Oct 28, 2021):
Updated acebase-server to 1.5.0
The same error still continues
@appy-one commented on GitHub (Oct 29, 2021):
Hi Kesley, thanks for reporting this.
I've managed to reproduce this and I will be working on it right away.
@appy-one commented on GitHub (Oct 29, 2021):
Fixed, published in
acebase-client1.6.2@KesleyDavid commented on GitHub (Oct 29, 2021):
Very good thanks @appy-one.
Any predictions to publish on jsdelivr CDN ?
https://cdn.jsdelivr.net/npm/acebase-client@latest/dist/browser.min.js
This would automatically solve the problems in mobile apps that are using CDN and would not have to wait for approval from stores to update the app.
Thank you very much in advance
@KesleyDavid commented on GitHub (Oct 29, 2021):
Good morning @appy-one ,
I updated
acebase-serverto1.5.1I'm using CNN @lasted for
acebase-clientFor me the same error keeps appearing, follow the lines for the errors
Line Errors:
@appy-one commented on GitHub (Oct 29, 2021):
Maybe you are using a cached version because of a proxy server in between? Try replacing @latest with @1.6.2, or @1.7.1 (latest)
@appy-one commented on GitHub (Nov 1, 2021):
I see there is another issue that I need to fix, will do that first thing tomorrow.
@appy-one commented on GitHub (Nov 2, 2021):
@KesleyDavid I published acebase-client version 1.7.2 just now, let me know if it all works
@KesleyDavid commented on GitHub (Nov 2, 2021):
Perfect, everything working perfectly. Thank you very much @appy-one