-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
BASE_URL issue #550
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
I checked with version |
Interestingly, on a k8s cluster, this was working for us properly until 0.18.1 with no issues, but the latest 1.0.0 version broke it, none of the images, js, nor css can be loaded on a subpath. Reverting to 0.18.1 fixed it for the time being. Using docker with BASE_URL setting. I can see in the code that the build target was modified in 1.0.0 to use turbo vs craco earlier: v0.18.1...ui-v1.0.0 |
Seems that https://github.com/asyncapi/studio/pull/688/files broke this. Will provide a fix. |
🎉 This issue has been resolved in version @asyncapi/studio-v1.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
I think it is still an issue. I just tested it with:
|
@fgreinacher I tried to find the issue but I can't find it. the |
Hi @fgreinacher and @KhudaDad414 Thanks for all your effort and the great project. Did you already had the chance to look into this further? |
@sebastianvoss I will look into this. |
@sebastianvoss I have tested it and it seems to be working fine.
|
@KhudaDad414 Thanks for your feedback. You are right, I had a wrong understanding of the Thanks again for the clarification. |
When using the docker image with parameter
BASE_URL
it seem to not work as expected. Accessing the path it results in an404
error.The text was updated successfully, but these errors were encountered: