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 Sep 11, 2024. It is now read-only.
This is more of a future note to myself, as well as a possible fix to someone else.
No matter what I tried, including messing around with the .htaccess file, I was not able to resolve the "Token not found" error. Finally, I enabled PHP-FPM for PHP7.1 and everything was working.
Not 100% if this alone fixed the problem, but it certainly made it work for me.
The text was updated successfully, but these errors were encountered:
When you are using Fast CGI with Apache, more precisely mod_fcgid, the default configuration will "eat away" your Authorization header before it even reaches your PHP.
You need to set the CGIPassAuth option in you vhost config (read here).
This is more of a future note to myself, as well as a possible fix to someone else.
No matter what I tried, including messing around with the .htaccess file, I was not able to resolve the "Token not found" error. Finally, I enabled PHP-FPM for PHP7.1 and everything was working.
Not 100% if this alone fixed the problem, but it certainly made it work for me.
The text was updated successfully, but these errors were encountered: