Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying to Domain Subdirectory Error #1249

Open
RyanSCodes opened this issue May 16, 2023 · 2 comments
Open

Deploying to Domain Subdirectory Error #1249

RyanSCodes opened this issue May 16, 2023 · 2 comments

Comments

@RyanSCodes
Copy link

Hi Querybook people,

I'm trying to host the Querybook app on our AWS EKS cluster using the Helm chart in the repo. Our network domain name is 'mydomain.co.uk', and I would like to host this app at 'mydomain.co.uk/querybook/'.

In helm/values.yaml I set the ingress as:

ingress:
  enabled: true
  ingressClassName: ~
  annotations: {}
  path: /querybook/
  pathType: Prefix
  hosts: 
    - mydomain.co.uk
  tls: []

and the PUBLIC_URL environmental variable as:

extraEnv:
  PUBLIC_URL: https://mydomain.co.uk/querybook

But when I deploy the app, the webpage is sending requests like 'mydomain.co.uk/build/...', 'mydomain.co.uk/ds/...', and does not seem to be deployed to the domain subdirectory.

@priolacci
Copy link

priolacci commented Nov 23, 2023

I have the same issue (using nginx, but my setup is more or less the same), did you find a solution for this ?

@michael-pattern
Copy link

@czgu Any word on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants