Possibility to set base_path? #532
Unanswered
bijucyborg
asked this question in
Q&A
Replies: 1 comment
-
perhaps this is where you can try changing - https://github.com/FlowiseAI/Flowise/blob/main/packages/server/src/index.ts#L561 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a jupyter server proxy extension for Flowise. If successful, users could launch flowise from their jupyter lab or jupyter hub environments.
The problem is that the application uses absolute paths instead of relative paths.
script defer=“defer” src=“/static/js/main.39061e83.js”
So when the jupyter proxy extension tries to load the files it refers to the wrong path.
This can be overcome if there was a way to set a base path for the web app as a command line switch.
Is there already a way to set the base path for the app?
Thanks in advance for any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions