-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Buffalo is returning Error: could not find desired block in actions/app.go
instead of adding goth-auth lines to app
#48
Comments
It seems like I have found an answer for my issue.
Above there is result of But I found that in some my older project app declaration was different:
So switching to the old version of app declaration seemed to help with goth-auth (and probably with everything else which I would be generating in the future). |
Hi @nicolebroyak, Thank you for reporting this issue. Yes, there was a change on the core module and I was not able to update related things for the change. The change is gobuffalo/cli#229, very rarely there is a chance that app initialization runs twice (or more in theory). I will work on this issue as soon as possible, but I can't promise ETA for now. Meanwhile, as a quick and dirty workaround, you can manually edit the part so you can work with generators from plugins, and also you can switch back to the new Once style once you have done your generations. |
…lock fixing could not find desired block (fixes #48)
I think the issue is just fixed in v1.5.0, which was just released with my patch. Please check the latest version and let me know if you still have the issue. |
Description
Buffalo is returning
Error: could not find desired block in actions/app.go
instead of adding goth-auth lines to appExpected Behavior
Adding auth lines to actions/app.go
Actual Behavior
To Reproduce
Additional Context
Details
The text was updated successfully, but these errors were encountered: