-
Notifications
You must be signed in to change notification settings - Fork 566
Problem with Hello Ignite Cli blog #2817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @chatton excuse me but the instructions specifically say that this has to be updated manually, so I'm not sure I follow you. |
Hi @tbruyelle, sorry if I'm missing something but I don't see where |
Oh sorry I misunderstood you were mentioning the hello tutorial, indeed, there's something wrong, the registration has been removed in a recent commit (7c836df). I will check with the team the reason and I'll let you know. Thank you very much for the report! |
Sorry @tbruyelle sorry if my original description was not clear! I now realise I was referring to it as a blog and then the second tutorial is about building a blog 😅 |
Fix #2817 There's 2 reasons why the change should be reverted: - the version that does the registration automatically is not released yet (0.24) - the hello tutorial requires the use of cli 0.22, where the registration is always manual. What could be changed in the 0.24 documentation: - remove the 0.22 requirement (latest could be used w/o any problem I think) - remove the manual grpc registration.
Fix #2817 There's 2 reasons why the change should be reverted: - the version that does the registration automatically is not released yet (0.24) - the hello tutorial requires the use of cli 0.22, where the registration is always manual. What could be changed in the 0.24 documentation: - remove the 0.22 requirement (latest could be used w/o any problem I think) - remove the manual grpc registration.
@chatton Error fixed, the doc will be deployed soon, thanks again for your report! |
Fix ignite#2817 There's 2 reasons why the change should be reverted: - the version that does the registration automatically is not released yet (0.24) - the hello tutorial requires the use of cli 0.22, where the registration is always manual. What could be changed in the 0.24 documentation: - remove the 0.22 requirement (latest could be used w/o any problem I think) - remove the manual grpc registration.
Describe the bug
Following the hello ignite blog does result in a functional endpoint.
It looks the
RegisterGRPCGatewayRoutes
function is not being updated as outlined here in the next blog post.Updating the function manually to
Seems to fix the issue.
To reproduce
Steps to reproduce the behavior:
Follow the blog instructions all the way to the end.
Attempt to access any of the
hello
module grpc endpoints through the web UI or otherwiseand it will return a
Not Implemented
.What version are you using?
The text was updated successfully, but these errors were encountered: