[GH-ISSUE #7] Browse for specific key in webmanager doesn't return data #1

Closed
opened 2026-05-23 08:37:56 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @pmioduszewski on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-server/issues/7

Originally assigned to: @appy-one on GitHub.

Hi!
// First of all, Acebase is really good project 😃 Thank U! I was looking exactly for something like this for weeks!

Today I was trying to use "browse for specific key ..." on bottom of long list of keys in webmanager and this returned me:
"node does not exist":

image

BUT key exist:

image

Node: 15.14.0 | MacOS Big Sur on M1 (11.3.1) | Browser is latest Chrome

Originally created by @pmioduszewski on GitHub (May 18, 2021). Original GitHub issue: https://github.com/appy-one/acebase-server/issues/7 Originally assigned to: @appy-one on GitHub. Hi! // First of all, Acebase is really good project 😃 Thank U! I was looking exactly for something like this for weeks! Today I was trying to use "browse for specific key ..." on bottom of long list of keys in webmanager and this returned me: "node does not exist": ![image](https://user-images.githubusercontent.com/43101981/118710185-3dc85180-b81e-11eb-93cc-34d83c2c1132.png) BUT key exist: ![image](https://user-images.githubusercontent.com/43101981/118709392-30f72e00-b81d-11eb-9bf4-d4c4d041aa7b.png) Node: 15.14.0 | MacOS Big Sur on M1 (11.3.1) | Browser is latest Chrome
Author
Owner

@appy-one commented on GitHub (May 19, 2021):

It might have to do with the fact that your keys are numbers, I'll try to reproduce it. What happens if you get the value in your code? eg, does db.ref('product/436798335').get() retrieve the right value?

<!-- gh-comment-id:844228226 --> @appy-one commented on GitHub (May 19, 2021): It might have to do with the fact that your keys are numbers, I'll try to reproduce it. What happens if you get the value in your code? eg, does `db.ref('product/436798335').get()` retrieve the right value?
Author
Owner

@pmioduszewski commented on GitHub (Jun 3, 2021):

It might have to do with the fact that your keys are numbers, I'll try to reproduce it. What happens if you get the value in your code? eg, does db.ref('product/436798335').get() retrieve the right value?

Hi! Sorry for late response

Yes, when I use i.e db.ref('product/436798335').get() ... it will return correct values.
I've also tried: db.ref('product/' + Number(436798335)).get() ... and it worked as expected.

<!-- gh-comment-id:853831339 --> @pmioduszewski commented on GitHub (Jun 3, 2021): > It might have to do with the fact that your keys are numbers, I'll try to reproduce it. What happens if you get the value in your code? eg, does `db.ref('product/436798335').get()` retrieve the right value? Hi! Sorry for late response Yes, when I use i.e `db.ref('product/436798335').get() ...` it will return correct values. I've also tried: `db.ref('product/' + Number(436798335)).get() ...` and it worked as expected.
Author
Owner

@appy-one commented on GitHub (Jul 7, 2021):

Just to let you know, I found what's causing it. I'll publish an update later this week that will fix it.

<!-- gh-comment-id:875533879 --> @appy-one commented on GitHub (Jul 7, 2021): Just to let you know, I found what's causing it. I'll publish an update later this week that will fix it.
Author
Owner

@appy-one commented on GitHub (Jul 8, 2021):

Published changes in acebase-server v1.2.3. Let me know if loading specific (numeric) keys in the webmanager is now working properly

<!-- gh-comment-id:876536591 --> @appy-one commented on GitHub (Jul 8, 2021): Published changes in `acebase-server` v1.2.3. Let me know if loading specific (numeric) keys in the webmanager is now working properly
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#1
No description provided.