Request for Configuring a Base Path for OpenMetadata #17954
Replies: 3 comments 2 replies
-
|
@JMiller-vect OpenMetadata does not natively support configuring a base path or context path directly within the application. However, you can achieve this by using a reverse proxy like NGINX to serve OpenMetadata under a sub-path. https://docs.open-metadata.org/latest/deployment/bare-metal#run-openmetadata-with-a-load-balancer |
Beta Was this translation helpful? Give feedback.
-
|
I have met the same issues. while loading the static files including the javascript files and icons |
Beta Was this translation helpful? Give feedback.
-
|
Was anyone able to make this work? I'm still facing the same issue with v1.11.3 even though I followed the documentation and made sure everythiing is loaded correctly, environment variables are set correctly and openmetadata.yaml is correct. It still tries to pull the assets from the domain root path instead of the specified subpath. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I am currently deploying OpenMetadata in an environment where I need to serve the application under a sub-path (e.g., https://my-domain.com/service1/). However, I am encountering difficulties in configuring the application to function correctly in this context.
I have reviewed the official documentation, but I couldn't find clear information on whether it is possible to configure a base path or application context (base path or context path) for OpenMetadata.
Could you please confirm if there is a method or specific setting to define a base path for the OpenMetadata application? If so, could you provide instructions or guide me to the relevant documentation?
Thank you in advance for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions