You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I had previously introduced an FQDN variable for configuring a Traefik router, this broke after the recent introduction of this variable here in my upstream.
The variable is actually a full URL that also includes the scheme, why parsing the string as an FQDN fails. This semantic ambiguity can be resolved with introducing another variable APPFLOWY_PUBLIC_URL or similar.
You are right - for some reason i have always thought that FQDN includes the scheme as well, and i have just check again and confirm that it is not the case.
I will fix this and add this information to the upgrade note.
Because I had previously introduced an
FQDN
variable for configuring a Traefik router, this broke after the recent introduction of this variable here in my upstream.The variable is actually a full URL that also includes the scheme, why parsing the string as an FQDN fails. This semantic ambiguity can be resolved with introducing another variable
APPFLOWY_PUBLIC_URL
or similar.This setup is very specific to not running with Minio #1247 and trimming down nginx.conf #1246
These adaptations allow to run the nginx container with an FQDN as Traefik host rule:
The text was updated successfully, but these errors were encountered: