Teradata / vantage-ui-template

Template for UI applications in Vantage
MIT License
186 stars 79 forks source link

Validity redirect encountered 426 Upgrade Required error! #124

Closed flowerbear closed 4 years ago

flowerbear commented 4 years ago

Hi There,

I'm use this template for a UI app. Everything is fine when I tested it locally. But after I deployed it into Docker container. I keep getting "This page isn't working (HTTP ERROR 426)". After I traced the all the redirect URLs. In the following URLs, I saw the "426 Upgrade required" error. Anyone has any idea why?

http://localhost:8080/api/user/token/validity?fields=user,groups http://localhost:8080/api/user/logout?nonce=7187693908

flowerbear commented 4 years ago

Quick update: if I use nodejs as web server, the issue is gone. Guess the nginx config has something to do with it. Anyone can help to troubleshoot on this will be very appreciated. Thanks.

flowerbear commented 4 years ago

Fixed it by enable ambassador in Appcenter.