DEV Community

Discussion on: Go gRPC Clean architecture microservice with Prometheus, Grafana monitoring and Jaeger opentracing ⚡️

Collapse
 
dips2178 profile image
dips2178 • Edited

Hello,
Thanks for this great post. I did a "make local" & "make run"
When I run the evans app, I get below error for call Register :

userService.UserService@127.0.0.1:5000> call Register
email (TYPE_STRING) => test@gmail.com
first_name (TYPE_STRING) => test
last_name (TYPE_STRING) => test
password (TYPE_STRING) => password
role (TYPE_STRING) => engineer
avatar (TYPE_STRING) => Falcon
command call: rpc error: code = Internal desc = Register: Create.QueryRowxContext: ERROR: relation "users" does not exist (SQLSTATE 42P01)

What am I missing ?