concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Oauth2: cannot fetch token: 404.. Response: 404 page not found; Concourse 5.5.11 to 6.3.0 upgrade #222

Closed FulcrumTeam closed 4 years ago

FulcrumTeam commented 4 years ago

As the title shows, when we upgraded our concourse deployment using this bosh resource from 5.5.11 to 6.3.0 we now get the following error on login:

error: oauth2: cannot fetch token: 404 Not Found
Response: 404 page not found

We use the "add_local_users" operations file to add a login account. Has something changed?

FulcrumTeam commented 4 years ago

Fly version was 5.5.7, needed to be updated as well! Update fly to 6.3.0 release solved the issue.