diced / zipline

A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
https://zipline.diced.sh/
MIT License
1.49k stars 140 forks source link

Bug: All pages stuck on loading #514

Closed wdhdev closed 10 months ago

wdhdev commented 10 months ago

What happened?

All pages are stuck on loading, however uploading via ShareX still works.

Version

latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)

What browser(s) are you seeing the problem on?

Chrome 120.0.6099.109 (Official Build) (64-bit)

Zipline Logs

There are no error logs, everything is returning status 200, even when enabling DEBUG mode.

Browser Logs

No browser logs.

Additional Info

NaIxtwxp qAnJpanX uWRteo6C XDKdl7ni

I'm running Zipline using Portainer Stacks, this is my Docker compose file:

version: '3'
services:
  postgres:
    image: postgres:15
    restart: unless-stopped
    environment:
      - POSTGRES_USER=postgres
      - POSTGRES_PASSWORD=postgres
      - POSTGRES_DATABASE=postgres
    volumes:
      - pg_data:/var/lib/postgresql/data
    healthcheck:
      test: ['CMD-SHELL', 'pg_isready -U postgres']
      interval: 10s
      timeout: 5s
      retries: 5

  zipline:
    image: ghcr.io/diced/zipline
    ports:
      - '4000:3000'
    restart: unless-stopped
    hostname: zipline
    environment:
      - CORE_RETURN_HTTPS=true
      - CORE_SECRET=CENSORED
      - CORE_HOST=0.0.0.0
      - CORE_PORT=3000
      - CORE_DATABASE_URL=postgres://postgres:postgres@postgres/postgres
      - CORE_LOGGER=true
      - MFA_TOTP_ENABLED=true
      - UPLOADER_ADMIN_LIMIT=2gb
      - UPLOADER_USER_LIMIT=100mb
      - UPLOADER_ROUTE=/
      - UPLOADER_LENGTH=8
      - URLS_LENGTH=8
      - DEBUG=true
    volumes:
      - '/docker/zipline/uploads:/zipline/uploads'
      - '/docker/zipline/public:/zipline/public'
    depends_on:
      - 'postgres'

volumes:
  pg_data:

Docker Images: ghcr.io/diced/zipline:latest: sha256:f4946bd6c62c9e4b2a74a98c8d20b9ca607cf695e7a45f83e5eac7c0d0ecd731 postgres:15: sha256:4229ecebf88d0903fab70b2bf97f8e40a01366fa7e1d55b623f6471b47311771

wdhdev commented 10 months ago

I just updated Chrome to version 120.0.6099.110 and the issue no longer seems to occur. Maybe it was just an issue with the specific version I was using.

Bocon778 commented 10 months ago

bro just had to update chrome