"Event link not showing data on mobile browser, works fine on desktop"

Hello everyone,

I’m encountering an issue when sharing a public link to an event.

The link works correctly in a desktop browser — I can view all the event details as expected. However, when I open the same link on a mobile browser, the event data does not display.

Here’s some context:

  • I have two screens in my app. On the first screen, I create the event and pass the “Current Event” through an action to the second screen.
  • On the second screen, I’ve confirmed that I am receiving the data. As part of debugging, I display the event ID in a text input, and the correct ID shows up.
  • The link I’m sharing has the format:
    https://myapp.com/events-public?eventId=244
  • The second screen is configured with:
    • Screen Route Name: /events-public
    • Screen Variable Name: eventId
  • I’m using this variable to fetch the corresponding event, and in the TextMagic message, for example, I send: Current Event > Name

Again, everything works fine on desktop, but on mobile, the event data doesn’t load, even though the link is the same.

Any help or insights would be greatly appreciated. Thank you!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.