Replies: 3 comments 15 replies
-
I used oubound rules to add a subpath on the reverse proxy. I have done this before. It's a pain but works. The problem is budibase complains of unknown route:
I'm starting to think this is not possible... which is a deal breaker for my use case. I just cannot afford creating a sub-domain for every web app... Any help would be really appreciated. I also played around with envoy.yaml which would allow to use a simpler reverse proxy config, but the same error occurs. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @dncpax - thank you for the detailed write up on this. I believe you are correct - before, we used to serve static assets on a specific path, that the node server served directly. We then moved to envoy and minIO, which changed things. The error that you are seeing there appears to be a front end issue with our routing library - the front end is trying to serve the route at What are your exact requirements? Are you trying to serve each individual app on a separate path, so that users can go directly to them and bypass the portal? |
Beta Was this translation helpful? Give feedback.
-
Hi @shogunpurple. Thanks for looking into this. |
Beta Was this translation helpful? Give feedback.
-
Hi there (again).
I don't mean to carpet question the bb team... but as I progress I do find difficulties and have no other option than to pester you good folks...
Sooo... I'm trying to do what the reverse proxy doc page says:
https://docs.budibase.com/self-hosting/hosting-settings/advanced-options/reverse-proxy
But I'm not seeing how this can work, since bb uses absolute paths to load assets like "/builder/assets/index.32c8bc7d.js".
Even if I setup my reverse proxy to use a path (eg server/budibase/builder), bb will return absolute url's that don't include this path.
At first I thought the Platform URL was for this purpose, but it seems it's not...
May be there's a config for envoy that I'm not aware of?
What to do???
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions