-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi, I've build the docker image and run container.
If I setup environment variable APP_URL
to my service url, the method /authorize
always return the error:
{
"message": "Bad Request",
"errors": [
{
"resource": "Application",
"field": "redirect_uri",
"code": "invalid"
}
]
}
If not it try to redirect to localhost, and It doesn't work, if I rewrite the url to my correct ip of docker host It shows correctly the expected json result.
Metadata
Metadata
Assignees
Labels
No labels