codefordenver / hawthorn-client

Hawthorn is based on the concept of affinity groups, a group of individuals who come together around a shared experience, interest or common goal. With Hawthorn affinity groups, you are free to start or join conversations and share useful resources with people in your community.
http://hawth.org
Apache License 2.0
2 stars 1 forks source link

Server failure, probably easy fix (Blocker for Frontend!) #82

Open zacksabbath opened 4 years ago

zacksabbath commented 4 years ago

Using invite-users branch on the server, and master on the client

Following appearing in server log: UnhandledPromiseRejectionWarning: FetchError: request to http://login.hawth.org:9011/oauth2/introspect failed, reason: connect ETIMEDOUT 206.81.14.41:9011

Appears something is attempting to hit https://login.hawth.org at port 9011, which is invalid.

trex commented 4 years ago

@zacharyrose was this fixed with an update to your .env to point to the new FusionAuth URL?