How can we force flask app to include the subpath configuration here?
To Reproduce
Steps to reproduce the behavior:
Host via dns subpath
Assets are trying to load from root path / instead of relative path ./
See error
Expected behavior
A clear and concise description of what you expected to happen.
Change to load from relative path instead.
Error logs/Screenshots
If applicable, add logs/screenshots to give more information about the issue.
Desktop (please complete the following information where):
OS: Docker: FROM python:3.10-slim
Python: [3.10]
Vanna: [2.8.0]
Additional context
Add any other context about the problem here.
I've customised this for a vite application before.. so it should be possbile.. I'ved tried all kinds of things for flask config but nothing is working.
Describe the bug A clear and concise description of what the bug is.
The flask app isnt handling asset paths correctly. Its trying to load:
https://host/assets/index-f228f78f.css instead of the correct subpath address: https://host/725e5c87-7165-4b94-8351-4aca6d7f132d/llm-tool-vanna-ai-main-vanna-ai/assets/index-f228f78f.css
How can we force flask app to include the subpath configuration here?
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. Change to load from relative path instead.
Error logs/Screenshots If applicable, add logs/screenshots to give more information about the issue.
Desktop (please complete the following information where):
Additional context Add any other context about the problem here. I've customised this for a vite application before.. so it should be possbile.. I'ved tried all kinds of things for flask config but nothing is working.