I actually had it running then deleted a short URL and suddenly the screen went blank. Restarted the web client and this is all I get in the logs. My actual shlink instance and DB are running fine.
I even tried removing the container, deleting the image from Docker, and spinning up the docker-compose.yml file again, but this is all I get.
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
05/11/2024
12:59:07 PM
10-listen-on-ipv6-by-default.sh: info: can not modify /etc/nginx/conf.d/default.conf (read-only file system?)
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-shlink-servers-json.sh
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
05/11/2024
12:59:07 PM
/docker-entrypoint.sh: Configuration complete; ready for start up
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: using the "epoll" event method
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: nginx/1.25.4
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r10)
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: OS: Linux 6.6.26-linuxkit
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker processes
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 23
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 24
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 25
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 26
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 27
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 28
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 29
05/11/2024
12:59:08 PM
2024/05/11 19:59:08 [notice] 1#1: start worker process 30
shlink-web-client version
4.1.2
How do you use shlink-web-client
Docker image
Current behavior
I actually had it running then deleted a short URL and suddenly the screen went blank. Restarted the web client and this is all I get in the logs. My actual shlink instance and DB are running fine.
I even tried removing the container, deleting the image from Docker, and spinning up the
docker-compose.yml
file again, but this is all I get.My
docker-compose.yml
file:My
servers.json
file:Any help would be appreciated. Thank you!
Expected behavior
The Shlink web client should run.
Minimum steps to reproduce