Different outcome using debug mode and terminal #2418
Unanswered
tdu1-godaddy
asked this question in
Help
Replies: 0 comments
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.
-
When I used debug mode in the first time, it works perfectly. However, after I have refreshed the swagger page and using the debug mode again, it gives me 404 not found error. But I tried to run on terminal using
go run main/xxx.go
where it is the main function, I can connect to my localhost swagger page not sure why.This is my
launch.json
setup, I think it is the default basic one.The result is 404 not found, when I run the debug mode and works find when I run on the terminal. Need help on it, thanks.
Beta Was this translation helpful? Give feedback.
All reactions