12
Views
4
Comments
Solved
The page failed to load during the link connection.
Question
Application Type
Mobile

Good afternoon,

I am experiencing an issue with linking between two pages on my app. Although I believe I have correctly set up the links, I am encountering a problem. Initially, the first page loads properly, but upon using the link to navigate to the second page during a attempt, the page fails to load.


I'm a newbie, I haven't figured everything out yet, I'll be glad if you help.


7.oml
2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Darya,

While accessing your app's details screen, I see the below error in the console.

Possible Causes for the above exception:

  • Poor exception handling flow leading to infinite loop.
  • Authorization failure.

Possible Solutions:

  • Make sure the logged-in user have the appropriate app permission to access the Details screen. You can confirm that it's an authorization issue by setting the Details Screen to Anonymous as highlighted below (most probably It should work).

  • There could have been some outdated dependencies. Refresh the dependencies and re-publish the module.

I tried to create the same screens in my env and it's working as expected: Movies

Refer to the attached oml.


Kind regards,

Benjith Sam

7_Ben.oml
2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Hi,

Fails to load? What was the error you are getting? Can you share the error?

Also the role you have set  for below page, 

1. Home(Anonymous, Registered).

2. Detail(Registered).

So on navigating to the detail page from Home page, it will ask you to login if the user is anonymous.


Regards,

Wasimkhan S

UserImage.jpg
Darya Kazinets

i turned off login page

My first page loadind fine ,however as soon i click on film

however as soon i start click to film ,i got error


But i made link ,it seems that does not work properly

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Darya,

While accessing your app's details screen, I see the below error in the console.

Possible Causes for the above exception:

  • Poor exception handling flow leading to infinite loop.
  • Authorization failure.

Possible Solutions:

  • Make sure the logged-in user have the appropriate app permission to access the Details screen. You can confirm that it's an authorization issue by setting the Details Screen to Anonymous as highlighted below (most probably It should work).

  • There could have been some outdated dependencies. Refresh the dependencies and re-publish the module.

I tried to create the same screens in my env and it's working as expected: Movies

Refer to the attached oml.


Kind regards,

Benjith Sam

7_Ben.oml
UserImage.jpg
Darya Kazinets


Yes it worked, thank you very much, I somehow missed this decision.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.