-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
Description
Description:
Not able to access UI when self-hosting on k8s. This error is not occurring when using version 0.24.0 on k8s.
Docker Image Tag: ghcr.io/fmaclen/hollama:latest
Error:
Blocked request. This host ("{INGRESS_URL}") is not allowed.
To allow this host, add "{INGRESS_URL}"" to `preview.allowedHosts` in vite.config.js.
Reproduce Issue
- Create a kubernetes deployment with image tag:
ghcr.io/fmaclen/hollama:latest - Expose Application using service and ingress and try to access the URL with host mapping.
crodjer