You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
When exercising hellow-world swagger editor, the swagger UI panel on the right seems to have issues invoking specified operations.
To reproduce:
1 create a new hello-world project using a127 project create
2 start and edit said project
3 update "host: localhost", append port on which hello-world is running
4 in the editor, click on try this, enter the name parameter
4.1 notice how the request is missing hello context (i.e. http://localhost:10010/?name=foo instead of http://localhost:10010/hello?name=foo)
The text was updated successfully, but these errors were encountered:
Thanks, Aditya -- The "Try It" feature is a work in progress and has been recently disabled in A127. Check back to see when it's available again, and this issue should be fixed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When exercising hellow-world swagger editor, the swagger UI panel on the right seems to have issues invoking specified operations.
To reproduce:
1 create a new hello-world project using a127 project create
2 start and edit said project
3 update "host: localhost", append port on which hello-world is running
4 in the editor, click on try this, enter the name parameter
4.1 notice how the request is missing hello context (i.e. http://localhost:10010/?name=foo instead of http://localhost:10010/hello?name=foo)
The text was updated successfully, but these errors were encountered: