Which one is the environment gotify server is running in?
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)
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)
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

Which one is the environment gotify server is running in?
Docker startup command or config file here (please mask sensitive information)
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)
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)
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