-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Fix: assets path for index.js query #412
Conversation
Signed-off-by: Alex Bain (Level 5 US)/Alex Bain <[email protected]>
Signed-off-by: Nastya Rusina <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #412 +/- ##
=======================================
Coverage 67.08% 67.08%
=======================================
Files 407 407
Lines 9147 9147
Branches 1614 1614
=======================================
Hits 6136 6136
Misses 3011 3011 Continue to review full report at Codecov.
|
Signed-off-by: Nastya Rusina <[email protected]>
@convexquad If you can check it on your side it would be amazing |
I built and tested in my EKS cluster and everything is working for me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
🎉 This PR is included in version 0.54.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
We had an issue raised by one of our users who had different domains for console and admin api.
In his case all Admin API request performed at
ui_domain/console
where navigated toui_domain/api/v1/request
instead ofadmin_api/api/v1/request
.However if request performed from any other page , for example
domain/console/projects/flytectldemo/workflows
it will work as expect.This change adds back
/assets
folder to hold main.js and vendor.js and puts assets at the same/assets
folderType
Are all requirements met?
Complete description
How did you fix the bug, make the feature etc. Link to any design docs etc
Tracking Issue
Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue
fixes https://github.com/flyteorg/flyte/issues/
Follow-up issue
NA
OR
https://github.com/flyteorg/flyte/issues/