Cant show a page due to CE1568

0
[Mendix Learning] Lesson 4.1 Implement Login Functionality In this tutorial, at 0:50 I saw that the Register button was still fine without any error But when I did exactly everything in the tutorial, this error appeared (I cannot navigate to Register page from Login page) The version I'm using is 9.24.20 (I think the version in the tutorial is different)
asked
1 answers
0

Hi Hai,

 

My first look is your login page is different with the video, the video 0:00 shows a Nanoflow that create an "Anonymous" object to be returned. Mean that "Anonymous" object somehow is passed or as the data source in the login page as page parameter.

 

In login page (0:06), the page parameter is access through "data view" widget, there is a container with blue color header written Anonymous by nanoflow 'DS_Anonymous_Nanoflow'. Hence the button redirects to register page with "Anonymous" object as page parameter will take the object from the login page in the "dataview".

image.png

 

In the video case, this documentation might help you to have a general knowledge about the dataview, which provide any widget within accessing to data you selected:

https://docs.mendix.com/refguide/data-view/#data-source

image.png

answered