-
-
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
Studio fell in production #1138
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. |
The bug is caused by code from https://github.com/asyncapi/converter-js introduced in
A fast solution would be to revert and then figure out what happened. |
Take into account #1094 (comment), just in case. |
Another fast solution would be to temporarily hard-lock the
Choose which one is to your liking. |
Because the converter never had a requirement that the code must be able to run in the browser, I dont think the converter will get a rollback, unless majority wants it. Studio needs to run the conversion logic in the backend and send it to the frontend, it's a problem because a dependency is no longer browser-compatible. |
Then, to get the Studio up and running right now, the only thing that is possible is to hard-lock the |
We can go with this option @aeworxet |
Describe the bug
Studio is not functional at https://studio.asyncapi.com with error in console.
How to Reproduce
Open https://studio.asyncapi.com.
Expected behavior
Studio is expected to work.
The text was updated successfully, but these errors were encountered: