Oops! Could not connect to this Shlink server. #1958
Replies: 1 comment
-
People has struggled with traefik + Shlink in the past. Perhaps you can find something by searching for "traefik" in old issues and discussions. The main problems are usually caused by CORS. Shlink automatically generates proper CORS headers as long as the request contains the The same could happen if traefik does forward the In both cases, you should see some errors in the browser's console. You can check some of these troubleshooting topics to get more info:
It could also be that traefik is not forwarding API requests to Shlink at all, for some other mis-configuration. The logs you shared do not reflect any request reaching Shlink other than |
Beta Was this translation helpful? Give feedback.
-
Shlink version
3.7.1
PHP version
docker
How do you serve Shlink
Other (explain in summary)
Database engine
MariaDB
Database version
linuxserver/mariadb
Current behavior
This is occurring on both the locally hosted web client and the centrally hosted one.
Expected behavior
For the server to be seen.
https://shorturl.mydomain.com/rest/v2/health
returns:{"status":"pass","version":"3.7.1","links":{"about":"https://shlink.io","project":"https://github.com/shlinkio/shlink"}}
How to reproduce
Beta Was this translation helpful? Give feedback.
All reactions