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 was archived by the owner on Jul 4, 2024. It is now read-only.
request: http://localhost:8080/helloworld/call
response: {"id":"go.micro.api","code":500,"detail":"service not found","status":"Internal Server Error"}
Am I missing some steps or config?
Environments:
go version go1.18.7 linux/arm64
go-micro version v1.1.4
go install github.com/go-micro/api/cmd/api@latest
request:
http://localhost:8080/helloworld/callresponse:
{"id":"go.micro.api","code":500,"detail":"service not found","status":"Internal Server Error"}Am I missing some steps or config?
Environments:
Reproducing steps:
create a service
test the service
response
{"msg":"Hello John"}run api and test
api2022-11-02 09:20:38 file=http/http.go:90 level=info HTTP API Listening on [::]:8080http://localhost:8080/helloworld/call{"id":"go.micro.api","code":500,"detail":"service not found","status":"Internal Server Error"}