404 - file not found for file: SSO/

0
Hi,   I am having an issue where I am trying to run an App locally. After running the app, I am getting an error: 404 - file not found for file: SSO/ in the console when I click the view button (the log node is a connector). This gives a 404 page error in a browser window. I replaced the AppCloudServices module with the MendixSSO module, but this hasn’t resolved my issue. Can anyone advise or point me in the right direction?   Thanks.
asked
4 answers
-2

SSO only works for your app deployed in the cloud. Not when locally run.

answered
2

Did you look at your Path Based Access Restrictions in your Sprintr environment? You need to allow /SSO/, /SSO/discovery , /SSO/login  and /SSO/metadata.

Regards,

Ronald

 

answered
1

I got around this error via the following:

When running the app locally and viewing it, change the link in the address bar from \SSO.. to \login.html.

I was able to view the app this way instead of seeing a 404 page error. 

answered
0

You can use the MxAdmin account or the demo accounts replacing the url on your browser by something like this http://localhost:8080/index.html?profile=Responsive.

Best regards,

Bruno

answered