Replies: 1 comment 1 reply
-
I'm also having this issue, but slightly before SwaggerUI: goadesign/examples#163 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying the goa framework and I am having trouble with the swagger step.
I went through the tutorial here up to the end of
Running
.If I execute the curl commands in the terminal I can see the events added and listed. I can also see the list of events in my browser
http://localhost:8080/concerts
. But when accessing swagger onhttp://localhost:8081/
andhttp://localhost:8080/openapi3.yaml
for the explore path I get the following error.I have also added the cors configuration as suggested in the docs
Which (I assume) created:
Any suggestions? Thanks,
Beta Was this translation helpful? Give feedback.
All reactions