A button on the login page (page1) is supposed to take the user to a dynamic maintenance page (page2) for their account (using their logged-in ID as the dynamic key value into the data set.) Instead, the link from page1 results in a 404-not found because of an incorrect key value being passed. When previewing the maintenance page (page2) using the preview button in edit mode, it shows 2 non-existent key IDs instead of the 5 real IDs that are in the linked data set. We cannot figure out where these 2 non-existent IDs are coming from nor how to get rid of them. When inspecting the button on page1 which is supposed to call the maintenance page, we can see that it already has one of the 2 incorrect IDs attached to the anchor tag which means that it is not being built correctly. So, we seem to have two issues: 1) the maintenance page (page2) won’t preview correctly with the existing data and 2) the incorrect key values that page2 has ‘locked in’ are being incorrectly used in the original login page (page1) to create a non-functioning anchor tag.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
linking between dynamic pages not working in preview? | 4 | 709 | July 3, 2018 | |
Dynamic pages link not working...Please help | 4 | 1990 | January 2, 2021 | |
Linking up Anchors in a dynamic Page | 12 | 2618 | April 8, 2020 | |
Button linked to dynamic page working in preview but not in live | 3 | 203 | June 16, 2020 | |
I have a regular page that links to a dynamic page. When I publish the site, the regular page shows but clicking the link shows a 404? | 7 | 170 | September 7, 2019 |