Skip to content

Help: Oops! We could not find requested route. #1946

Discussion options

You must be logged in to vote

The issue here is most probably that you didn't set the proper value in DEFAULT_DOMAIN.

TL;DR

Shlink and shlink-web-client are effectively two independent apps.

Shlink does not use DEFAULT_DOMAIN when processing incoming requests. Any request that gets to it will be handled, even if it was for a different domain.

The reason for that value to exist is to identify known non-default domains, and to properly build short URLs when served via API.

shlink-web-client fetches data from Shlink via REST API. Short URLs displayed in shlink-web-client are built by Shlink using DEFAULT_DOMAIN.

When you are in the browser, and a page creates a link, the browser will determine if that URL belongs to the …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by acelaya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants