-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.6.0-RC* webroot does not work properly #751
Comments
well it seems that shiori doesn't honor |
fixed in v1.6.0-rc.3 |
And then |
Also, in RC3, shiroki won't redirect users to login page automaticly if they were not logged in yet. Here is the log and error messsage
Probably caused by eb666cd
|
The error you experience with the malformed token is solved by #748. Webroot wasn't taken care by the new server I think, let me check if I can do a quick PR. Thanks for detailing your findings, really appreciated! |
Which reverse proxy are you using? I was thinking about this, and maybe is easier to tell your reverse proxy to avoid sending the prefixed path entirely? That's how I did it in the past on other services of mine. |
Nginx. Currently no rewrite rules applied. |
Summaryerror parsing token: token is malformedFixed in #748 ( I downloaded the artifacts and tested )
--webroot only works for static filesFirst appeared in
shiori account won't be deleted after a new account is createdI encountered this when using postgresql in |
Have you tried adding a final slash to the
|
After adding a slash, now it's working! |
Update: Unfortunately |
Data
v1.2.51.6.0-rc.3Describe the bug / actual behavior
I'm running shiori with systemd and postgresql
If I set
SHIORI_DIR
, then shiori would ignoreSHIORI_DATABASE_URL
and try to create sqlite database underSHIORI_DIR
Expected behavior
They should work together.
To Reproduce
just execute
export xxx=xxx
Screenshots
no
Notes
need further information
The text was updated successfully, but these errors were encountered: