cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to load ui5 component for navigation

0 Kudos

Hello,

There is an error with the application which occurs only for some of the team members.

I mean I cannot reproduce it on my machine, but some of my colleagues still encounter this error.

What could be the explanation for it?

I attached a screenshot with the error.

Thank you in advance.

93cf3202.png

maheshpalavalli
Active Contributor
0 Kudos

are those 2 UI5 apps belongs to 2 different catalogues and have 2 different roles by any chance?

former_member221786
Active Participant
0 Kudos

Hey Noemi,

what does your Launchpad Configuration looks like for this app?

What is defined as action?

0 Kudos

Hi Kumar,

If I correctly understood your question, I have the same catalog and same group assigned to two different roles: Everyone and Anonymous.

Noemi

0 Kudos

Hi Sebastian,

Please find attached a screenshot for the Launchpad Configuration.

Noemiintent.png

0 Kudos

What is really strange that it was working before for everyone and suddenly just they encountered this error.

0 Kudos

Has anyone provided a solution for this?

I am experiencing the same error, but mine is merely from importing the file to Web IDE and executing it. Other colleagues have no problem importing and executing it.


Regards,
Rommel

Accepted Solutions (0)

Answers (3)

Answers (3)

carlos_venturo
Participant

MAybe you are trying to display this app with a guest user that its not authenticated?

If that is the case you should follow this link

https://blogs.sap.com/2018/07/02/setting-up-anonymous-access-for-portal-sites-in-sap-cloud-platform/

specially the part about ...

Another thing to note is that if you want the users to access the HTML5 apps (in anonymous mode), you would need to add the authenticationMethod in the neo-app.json file of the HTML5 app.
{
  "welcomeFile": "index.html",
   "authenticationMethod": "none",
  "routes": [ ..............
0 Kudos

Hi Carlos,

They did not try to access it in anonymous mode. Thank you for the hint!

Noemi

0 Kudos

The problem was the following: the same catalog was assigned to Anonymous and Everyone roles. When I removed the catalog from the Anonymous role, the authorization problem was gone and the user could enter its credentials.

In order to clarify it for the future, each role must have a different catalog?

Thank you.

Regards,

Noemi

mnaghizadeh
Explorer
0 Kudos

Activate the APP Node on SICF( node Name is same as App)

0 Kudos

It seems that this issue is an authorization problem.

When I try to click a tile, I get an authorization error from the backend.

The situation is the following we use IDP.

But I cannot figure out what is missing from the backend configurations.

regards,

Noemi