Hi,
We have an issue with our newly upgraded install of portal (10.7.1 - 10.8.1) where the storymaps app seems to be stuck in a loop where it tries to sign in.
Clicking the /Home story maps link gives:
https://prod.[our-on-premise-portal].net/portal//apps/storymaps/
which then redirects to the oauth-callback route
typically I see:
The web server returns a 404 response and then seems to reload the callback URL which then 404s and callsback and so on.....
I have tried:
Comparing the files deployed into the storymaps app folder with another 10.8.1 install to make sure it's all there (it is)
Tinkering with the URLs (removing the web adaptor from the equation - manually constructing / modifying URLs) no luck
Looking at the config file - hacking around with the web.inf (getting pretty desperate)
Any ideas on what might cause this problem / how to fix it? - I want to avoid reinstalling the portal application if possible
Solved! Go to Solution.
The problem is the trailing slash on the WebContextURL property in Portaladmin, ex.
https://prod.[our-on-premise-portal].net/portal//
Remove the trailing slash and things should start working.
The problem is the trailing slash on the WebContextURL property in Portaladmin, ex.
https://prod.[our-on-premise-portal].net/portal//
Remove the trailing slash and things should start working.
Yeah that worked! I had tried tinkering with URLs to remove that double slash so had assumed that it wasn't causing this issue - I was surprised to see the double slash though. If it isn't mentioned somewhere already it would be worth adding a note to the documentation / validation etc.
Many thanks Johnathan
Matt