Skip to content

Can't create a new user, got a 500 error #1013

Description

@leafayon

Which one is the environment gotify server is running in?

  • Docker (Podman with NixOS)
  • Linux machine
  • Windows machine
Docker startup command or config file here (please mask sensitive information)
{
  virtualisation.oci-containers.containers.gotify = {
    image = "gotify/server:3.0.0";

    environmentFiles = [
      "/mnt/stormwind/containers/envs/commun.env"
      "/mnt/stormwind/containers/envs/gotify.env"
    ];

    extraOptions = [
      "--uidmap=0:1000:1"
      "--gidmap=0:100:1"
    ];

    hostname = "gotify";
    networks = ["repiproxy:ip=10.89.0.23"];

    volumes = [
      "/mnt/stormwind/containers/volumes/gotify-data:/app/data:U"

      "/home/admin/.dotfiles/data/root-leafayon_lan.crt:/app/cert/root-leafayon_lan.crt"
    ];
  };
}

Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)

  • None
  • Nginx
  • Apache
  • Caddy
Reverse proxy configuration (please mask sensitive information)
(gotify) {
  reverse_proxy 10.89.0.23:80
}

*.leafayon.lan leafayon.lan {
  tls internal

  # Networking
  #...

  # Medias
  #...

  # Services/Applications
  @gotify host gotify.leafayon.lan
  handle @gotify {
    import gotify
  }
}

On which client do you experience problems? (Select as many as you can see)

  • WebUI
  • gotify-cli
  • Android Client
  • 3rd-party API call (Please include your code)

What did you do?
I wanted the create a new user in the WebUI, I juste enter an username and a password with 128 charaters
But if I enter a simple password like 123456789 it works, but not a complex one

What did you expect to see?
The new user created

What did you see instead? (Include screenshots, android logcat/request dumps if possible)
An "undefined:undefined" error in the WebUI and an HTTP 500 error in the Firefox Web Deb Tools

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions