Custom login and dynamic pages

Question:
I’ve created a custom login page and want to link to a dynamic page, but I don’t know how. I’ve tried just adding the /page-name in the Velo code but it doesn’t seem to work, can you help?

Product:
[Which editor or feature is your question most relevant to? e.g. Wix Editor, Wix Studio Editor, Editor X.]

What are you trying to achieve:
[Explain the details of what you are trying to achieve. The more details you provide, the easier it is to understand what you need.]

What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

  1. Having a dynamic-page → means that you have also a database running in the background (connected to your dynamic-page).

  2. You have also surely already created/added a DATASET.

  3. Taking a look onto your DATBASE → you should be abe to find an GREYED-OUT DATABASE-FIELD, which should include the URL for each of the items.

  4. Now you will just have to write the right code, to tell what to do when someone has logged-in.

Process-Flow could be… (example)…

  1. User logs in…
  2. OnLogIn → determining who is the loged-in-person → (owner_id or email)
  3. Navigating to the corresponding URL (item) of the found user.

Help us to help you (:
Show your code.