API endpoints return 404 error after update to 3.3.1 #1564
Unanswered
tobiasge
asked this question in
Help wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the
shlink:stable
(also triedstable-roadrunner
with the same effects) container image in Openshift. Since the update I have the problem that all API endpoints (except/rest/health
) return a 404 error.curl -H "X-Api-Key: ***REMOVED***" https://example.com/rest/v3/tags/
This happens with or without the
/
at the end of the URL and for all API versionsv1
,v2
andv3
. In the container logs I only see a 404 status:I noticed the differences of the URLs. In my request and the error log are the correct URLs including
/rest/
but in the returned JSON this part is missing.The environment variables are set as follows:
DEFAULT_DOMAIN
=example.com
,IS_HTTPS_ENABLED
=true
.Any hints on where to search for the problem?
Beta Was this translation helpful? Give feedback.
All reactions