I have a site where users can register and then fill out a profile and other data. When they fill out the profile data (a form on a members page), I have a submit button that saves the data to the dataset. Now I want it to link to the show profile page in the members’ area. I set up the link to the Profile page in the dataset connection for a successful save. I’ve two issues:
- The URL that shows up as the link is “account/new-page”
- When I have a successful save I get the following error message:
“Wix code SDK Error: undefined/new-page is an unsupported URL”
I’m including a screenshot of the connection link setup.
Has anyone seen this? Thoughts on how to solve it?