Skip to content

500 internal Server error when adding new items #1511

@Lex1020

Description

@Lex1020

I'm getting a 500 Internal server error when trying to add a new item.

Image

This is fresh install and my docker-compose file looks like this:


services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- ALLOW_INTERNAL_REQUESTS=true #optional
volumes:
- /home/luna/heimdall/config:/config
ports:
- 80:80
- 443:443
restart: unless-stopped

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Non-Docker Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions