Building a Recipe Sharing App | Build Your First Bubble App [1/20]


there is not much clear information in this forum. i’m having a issue on tutorial 12 where i set text as current page user’s name & current page user’s about. now i preview the page i cant see the name or about or image.(p.s. screenshot)
instead i see this


what i did set was
this, as told in tutorial 12.

Hey, so it’s a bit hard to help with this limited information. If you’re able to set the editor to public by going to settings > general > and changing the application rights to Everyone Can View and linking the page I’ll take a look.

But my first questions would be - have you created a user account that has this information populated, and are you logged into that account when you’re testing the page?


Josh @ Support Dept
Helping no-code founders get unstuck fast :rocket:save hours, & ship faster with an expert :man_technologist: on-demand

hey josh24 . i do type email & password in the login popup that i created. since then i am working in the bubble editor working from behind & making app. i will set editor public so u can look into it.

here is link https://recipe-phase2.bubbleapps.io/version-test?debug_mode=true

Ok so the reason for this is you’ve set the page type as user

Screen Shot 2022-04-18 at 2.47.35 pm

So when you’re loading the page, it’s expecting the URL to be like this: https://recipe-phase2.bubbleapps.io/version-test/profile/1650130329261x641352582367939100

Where the1650130329261x641352582367939100 is the unique ID of the user from the user table.

You either need to set a workflow that will load the current users unique ID if there is no user loaded, and you want the users of your app to be able to load other users profiles.

OR if the page is just to be used by users to look at their own data then I would remove the content type and change all of my work flows to reference current user and not current page user

Basically the reason this is happening is that when you load https://recipe-phase2.bubbleapps.io/version-test/profile you are not specifying which user so it’s just coming up with placeholder information


Josh @ Support Dept
Helping no-code founders get unstuck fast :rocket:save hours, & ship faster with an expert :man_technologist: on-demand

This topic was automatically closed after 70 days. New replies are no longer allowed.