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
Has this been fixed by #32? If so, how do I actually use it? I tried using the base URL "https://[omitted]/shiori/" in the "Server" field in the configuration, but it must be talking to the wrong URL, because I get a HTTP 404 from the server.
I just checked what I have: I start shiori with -r /shiori and have a reverse proxy in front. In the webextension, I have what you have. I am running caddy as the reverse proxy, if that helps in anyway.
This commit fixes by making the
new URL
calls append the API path to the server URL config string instead of using 2 parameters to the URL() function.The text was updated successfully, but these errors were encountered: