这是indexloc提供的服务,不要输入任何密码
Skip to content

server configured with https webhooks throws exception #195

@moksahero

Description

@moksahero

Calling auth webhook from Heroku instance with Authorization header returns correct X-Hasura-User-Id and X-Hasura-Role from GraphiQL page.

However a call to the same webhook URL from docker instance on Ubuntu 16.04 server gives me this error and can't get correct X-Hasura headers sent back.

{
"errors": [
{
"path": "$",
"error": "HTTP Exception from Webhook",
"code": "unexpected"
}
]
}

webhook URL used: https://us-central1-vue-hasura-auth.cloudfunctions.net/hasuraWebhook

Metadata

Metadata

Assignees

Labels

c/serverRelated to serverk/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions