You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
I've had some trouble with getting the oauth admin interface to work in "production" env. I just got an empty page and nothing helpful in the logs.
After some fiddling I found out that this config line was the culprit:
-- # Specifies the header that your server uses for sending files
config.action_dispatch.x_sendfile_header = "X-Sendfile"
I haven't got a clue as to why this breaks the interface, or if others have encountered the same problems.
But I thought I would mention it and maybe you could enlighten my as to what is the reason for the breakage.
BTW, thanks for a great gem!
Regards,
Thomas.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Assaf!
I've had some trouble with getting the oauth admin interface to work in "production" env. I just got an empty page and nothing helpful in the logs.
After some fiddling I found out that this config line was the culprit:
-- # Specifies the header that your server uses for sending files
config.action_dispatch.x_sendfile_header = "X-Sendfile"
I haven't got a clue as to why this breaks the interface, or if others have encountered the same problems.
But I thought I would mention it and maybe you could enlighten my as to what is the reason for the breakage.
BTW, thanks for a great gem!
Regards,
Thomas.
The text was updated successfully, but these errors were encountered: