logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.77k stars 441 forks source link

bug: Internal server error when visit dashboard #6812

Open ukhack opened 3 hours ago

ukhack commented 3 hours ago
  logto:
    image: svhd/logto:1.19.0
    container_name: lobe-logto
    ports:
      - '3001:3001'
      - '3002:3002'
    depends_on:
      postgresql:
        condition: service_healthy
    environment:
      - 'TRUST_PROXY_HEADER=1'
      - 'DB_URL=postgresql://postgres:uWNZugjBqixf8dxC@postgresql:5432/logto'
      - 'ENDPOINT=https://lobo-auth-api.xx.top:88'
      - 'ADMIN_ENDPOINT=https://lobo-auth-ui.xx.top:88'
    entrypoint: ['sh', '-c', 'npm run cli db seed -- --swe && npm start']

when i visit dashboard with domain, i got so many Internal server error

image

image

image

ukhack commented 3 hours ago

I'm not sure why it worked properly when I first installed it a month ago, but now when I open it, it's like this.

My server has restarted, could it be due to binding other network cards?

But why i can login it