Issue to get custom state with URL Data

Hello all :slight_smile:

I’m trying to follow the tutorial from No Code Academy : https://www.youtube.com/watch?v=5O06Ip2Zt1M

I have an issue where setting up the custom state / retrieving the content does not work.

Here’s what I’ve done so far :


In the debugger, it seems that the Search is not finding anything, but for sure my entry exist in the “Z - Pending Invites” table.

The URL I am opening looks like that :
https://myapp.io/version-test/z_invite_signup/inviteid=1713351246920x452498517372960800?debug_mode=true

If you have a clue for me please :slight_smile:

Armand

Quick update, in the search, if I try to match by en email field instead of unique id it works.

So what’s wrong with the unique id option ?

Does someone knows ? :slight_smile:

It was a mistake from my side.

I realized I didn’t put “?” in my URL before the inviteid…