Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error at dwylauth.herokuapp.com #165

Closed
tadasajon opened this issue Nov 29, 2021 · 8 comments
Closed

Internal Server Error at dwylauth.herokuapp.com #165

tadasajon opened this issue Nov 29, 2021 · 8 comments
Assignees
Labels
bug Suspected or confirmed bug (defect) in the code chore a tedious but necessary task often paying technical debt please-test Please test the feature in Staging Environment and confirm it's working as expected. technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@tadasajon
Copy link

I went to the GitHub homepage for the auth app and clicked on the featured link. I immediately got "Internal Server Error".

Screen Shot 2021-11-29 at 11 00 12 AM

Screen Shot 2021-11-29 at 10 57 03 AM

@SimonLab SimonLab added the bug Suspected or confirmed bug (defect) in the code label Nov 29, 2021
@SimonLab
Copy link
Member

Log:
image

@nelsonic
Copy link
Member

@tadasajon thanks very much for reporting this. 👍
We haven't deployed anything new to dwylauth in over a week.
https://dashboard.heroku.com/apps/dwylauth
I've just deployed the main branch and get the following homepage:
image

But when attempting to authenticate, I get the following error: 😢
image

Investigating ... 🔍

@nelsonic
Copy link
Member

@tadasajon could you please try https://authdev.herokuapp.com/ which has the latest enhancements we've been making #159 🤞

@tadasajon
Copy link
Author

When I click on https://authdev.herokuapp.com/ I get what looks like a properly-working auth app:

Screen Shot 2021-11-29 at 12 25 15 PM

@nelsonic
Copy link
Member

@tadasajon thanks for confirming the dev version is working as expected. 👍
We are investigating why https://dwylauth.herokuapp.com/ is misbehaving. ⏳

@nelsonic
Copy link
Member

PR to fix: #166 (just updates the version of auth_plug to latest).

@nelsonic
Copy link
Member

The gist is this: the heroku App was still using the old version of AuthPlug.Token.client_id/0
so it wasn't splitting the AUTH_API_KEY environment variable properly ...

@nelsonic nelsonic added chore a tedious but necessary task often paying technical debt technical A technical issue that requires understanding of the code, infrastructure or dependencies awaiting-review An issue or pull request that needs to be reviewed labels Nov 29, 2021
SimonLab added a commit that referenced this issue Nov 29, 2021
…ssue#165

Investigat Internal Server Error on dwylauth.herokuapp.com issue #165
@nelsonic nelsonic added please-test Please test the feature in Staging Environment and confirm it's working as expected. and removed awaiting-review An issue or pull request that needs to be reviewed labels Nov 29, 2021
@nelsonic nelsonic assigned tadasajon and unassigned SimonLab Nov 29, 2021
@nelsonic
Copy link
Member

@tadasajon https://dwylauth.herokuapp.com/ should be working as expected now.
Apologies if there was an inconvenience caused.

Perhaps we should have a disclaimer in the README.md to the effect of:
"If you have any questions/ideas or spot an error, please open an issue; we're here to help!".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Suspected or confirmed bug (defect) in the code chore a tedious but necessary task often paying technical debt please-test Please test the feature in Staging Environment and confirm it's working as expected. technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

3 participants