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
Can the issue be reproduced with the latest available release? y
Which one is the environment gotify server is running in?
Docker
Linux machine
Windows machine
Docker startup command or config file here (please mask sensitive information)
Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)
In the resulting JSON, next key points to https://example.com/gotify/message?limit=100&since=yyy
What did you see instead? (Include screenshots, android logcat/request dumps if possible)
Instead it points to https://example.com/message?limit=100&since=yyy losing the /gotify/ prefix.
The reverse-proxy configuration strips the prefix, so it's rather expected that gotify receives URLs without the prefix. So gotify should have an option to include that prefix when it emits URLs, like next.
The text was updated successfully, but these errors were encountered:
Can the issue be reproduced with the latest available release? y
Which one is the environment gotify server is running in?
Docker startup command or config file here (please mask sensitive information)
Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)
Reverse proxy configuration (please mask sensitive information)
On which client do you experience problems? (Select as many as you can see)
What did you do?
What did you expect to see?
In the resulting JSON,
next
key points tohttps://example.com/gotify/message?limit=100&since=yyy
What did you see instead? (Include screenshots, android logcat/request dumps if possible)
Instead it points to
https://example.com/message?limit=100&since=yyy
losing the/gotify/
prefix.The reverse-proxy configuration strips the prefix, so it's rather expected that gotify receives URLs without the prefix. So gotify should have an option to include that prefix when it emits URLs, like
next
.The text was updated successfully, but these errors were encountered: