We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to do rails:db migrate, I encounter this error message due to apollo-federation gem:
rails aborted! LoadError: cannot load such file -- google/protobuf_c
google/protobuf is the issue, but not sure how to solve this protocolbuffers/protobuf#8062
The text was updated successfully, but these errors were encountered:
We are seeing a similar issue:
./bin/rails db:create db:migrate db:seed rails aborted! LoadError: cannot load such file -- google/protobuf/descriptor_pb
Sorry, something went wrong.
Hopefully #150 and optionally, a version bump of google-protobuf will resolve M1 related issues.
google-protobuf
I don't have a machine to reproduce the issue, but if folks who bumped into it can post bundler environment info, I'd appreciate it.
🎉 This issue has been resolved in version 2.0.0 🎉
The release is available on:
v2.0.0
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
When trying to do rails:db migrate, I encounter this error message due to apollo-federation gem:
rails aborted!
LoadError: cannot load such file -- google/protobuf_c
google/protobuf is the issue, but not sure how to solve this
protocolbuffers/protobuf#8062
The text was updated successfully, but these errors were encountered: