diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index 7a6c8cabf..f53e1202d 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -14,9 +14,9 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error webURL, err := url.Parse(cfg.PublicURL) if err != nil { - return map[string]interface{}{}, err + return nil, err } - webURL.Path = "/external" + webURL.Path = path.Join(webURL.Path, "/external") webOpenInAppURL := webURL.String() archivers := []map[string]interface{}{