We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: