Hello! I am super frustrated with Glide as I just can’t figure out why the Data I inserted in the Data tab is not showing properly.
It’s extremely frustrating because yesterday it was working fine when tested in a mobile or my laptop.
But, today, what I do in layout mode and the data I see in layout mode is not reflected in the browser app. And I did not change anything in the data, the logic or anything else, just opened the app to start working and tested the broser app and it was not working at all.
I made a video trying to explain what is happening. Please help as I don’t want to swap Glide for another tool as my app is already well underway in Glide.
You are using a lot of user specific columns. User specific columns hold values unique to a specific user. Plus you are previewing as anyone and your app is not requiring sign in, so any values placed into user specific columns only exist for the duration of the session since they can’t be linked and stored with a specific user. When you close the session, they are erased…unless you are signed in.
It’s not working for you because those user specific columns are empty in the live app and when you open a new builder session.
Make sure you understand when and when not to use user specific columns. It appears that you are trying to use user specific columns for global data that applies to everyone as opposed to each individual user.
I explained it in my previous post. User specific columns are not retained when you are not signed in and they are unique to each individual user. You are using user specific columns in way too many places. Static data that’s available to everyone should not be user specific. I don’t think you should have any user specific columns in your character attributes table because it’s global static data that should be available to everyone. Probably the same for your 01 key.
I would guess the relation is broken because you were using user specific columns on both ends and one may have become blank while the other is maybe 01.