Stefan Walther
Stefan Walther
as I have overwritten the name of the service, I cannot tell you if this is still present in this version.
+1 I just made the mistake and deleted the ArgoCD app which holds all applications to be created and saw that all PVC where of course deleted. A configuration to...
@devishke-orange Thanks Will be looking out for the new image!
Yes, same here, it appears to be related of not been able to load the /settings/organization endpoint, which compared to the online version does not exist in the self hosted...
apiVersion: v1 kind: ConfigMap metadata: name: novu-config namespace: novu data: API_CONTEXT_PATH: "api" API_ROOT_URL: "https://notifications.xxx.com/api" FRONT_BASE_URL: "https://notifications.xxx.com" BRIDGE_URL: "https://notifications.xxx.com" REACT_APP_API_URL: "https://notifications.xxx.com/api" VITE_API_HOSTNAME: "https://notifications.xxx.com/api" VITE_SELF_HOSTED: "true" VITE_WEBSOCKET_HOSTNAME: "https://notifications-ws.xxx.com/socket.io" WS_CONTEXT_PATH: "socket.io"