Dynamic pages link not working...Please help

Hello everyone.
If some one can help me please, I’m really frustrated with this problem, I tried all bit and pieces but nothing work out, if any one of you can help me will be deeply appreciated.

This is regarding the dynamic page link not working in live environment.
Id values in sandbox /Live collection mode is not matching with the id values showing in the URL of live environment and hence the result is “404 - Page not found”
I have sync with Live data, Publish the Live date in collection databases , but all this doesn’t resolve my issue.
I have used the below code to direct to Dyanamic page in page

wixLocation.to(/members-signup/update/${wixUsers.currentUser.id});
} )

Many Thanks
Sushant Malviya

Hi Sushant,

Is it working in Preview mode? If it is, then it might be a problem with the collection permissions. Go to the collection → settings → edit permissions → make sure NOT only Admin has privileges to read the collection:

If not, then check out your dynamic page url structure and make sure it is the correct one. Go to the dynamic page → settings → PageInfo:

If these didn’t help then I will need more info. Please send the urls that appear in the collection and the urls you see live.

Good luck,
Asaf

Keep in mind that wix-users is only partially functional when previewing your site. So, what you are seeing in Preview might be based on your userId since in Preview, you are then one that’s logged in. For this to work in Live, you will need to be sure that a user is in fact logged in.

Hi all! My dynamic page is not working too! Please help :frowning:

All settings have been made to everyone.

did you ever figure this out - have the same issue