Skip to content

[BUG] Version v1.7.2-ls116 is showing 502 page for /admin/results #57

@PnPost

Description

@PnPost

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

localhost/admin is working and I can run the speedtest. Results are stored. But many other pages are showing the nginx 502 page.

Expected Behavior

No response

Steps To Reproduce

Go to localhost:port/admin. then go to /admin/results

Environment

Docker
Portainer
Stack

CPU architecture

x86-64

Docker creation

docker: 
services:
    speedtest-tracker:
        image: lscr.io/linuxserver/speedtest-tracker:latest
        restart: unless-stopped
        container_name: speedtest-tracker
        ports:
            - 8080:80
            - 8443:443
        environment:
            - PUID=1000
            - PGID=1000
            - APP_KEY=base6:XXXX
            - DB_CONNECTION=sqlite
            - APP_DEBUG=true
        volumes:
            - /path/to/data:/config
            - /path/to-custom-ssl-keys:/config/keys

Container logs

nothing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions