Hello,
I’m having an issue with a messaging template I imported into my Bubble app ( chatgpt will explain better) :
Main problem
-
I have a
messagepage with type of content = Conversation. -
Users can send messages to each other (e.g., Camille sends to Lucie).
-
Messages display correctly in the app data and in the RG immediately after sending.
-
However, when I refresh the
messagepage, or when Camille returns from her profile page, the messages disappear from the RG. -
Currently, the RG Messages is set to
Current Page Conversation, and the parent group initially had no data source (I tried using Current Page Conversation).
What we’ve already tried
-
Custom states / Current Page Conversation
-
RG is set to
Current Page Conversation. -
Added “Page is loaded” workflows with condition “Only when Current Page Conversation is empty.”
-
Tried using custom states, but it didn’t fix the issue.
-
-
Get data from page URL / backup_url
-
Tried using the
bcl_up(backup URL field) on Conversation, type =text, filled withCurrent Conversation’s unique ID. -
Configured Page is loaded workflow to “Display data in Group” →
Search for Conversations:first itemwherebcl_up = Get data from page URL. -
In “Get data from page URL”:
-
Type = Parameter
-
Name =
conv_id(typed manually, not from a list) -
Type of value = text
-
-
Despite this, after refresh the RG Messages remains empty.
→
conv_idis empty, so Page is loaded cannot retrieve the conversation.
-
-
Privacy rules
-
Messages:
This Message’s conversation’s Members contains Current User, view all fields + find this in searches checked. -
Conversations: no privacy rules, visible to everyone.
-
-
Workflow “Go to page message” from profile or button
-
Data to send = Current Conversation.
-
Bubble should generate a
conv_idparameter in the URL, but currently the parameter remains empty.
-
-
RG Messages
-
Type = Message
-
Data source = Search for Messages where
conversation = Current Page Conversation, sorted by Created Date ascending. -
No special parent group or custom state used for the RG.
-
Current situation
-
Everything works when clicking “Send Message” from a profile: messages appear in the RG.
-
As soon as you refresh the message page or open it directly via URL, Current Page Conversation is empty → RG is empty → messages disappear.
-
The suspected issue is that the
conv_idparameter in the URL is not automatically populated by the template.
What I’m trying to achieve
-
Allow users to refresh the message page or open it via bookmark without losing the conversation and messages.
-
Understand whether I should force the
conv_idURL parameter via the Go to page workflow or handle it viabackup_url.
If anyone has worked with this kind of messaging template or knows how to properly set up Page is loaded + Get data from page URL + RG Messages, I’d greatly appreciate your guidance!
Thanks in advance ![]()
