-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot follow Create New Team Path #110
Comments
@evanliewer Thanks for reporting, I'm having trouble reproducing the error on my side, but
|
bullet_train 1.1.2 |
@evanliewer I think you'll need to update The new API was implemented in bullet-train-co/bullet_train-api@16b53e7, and the commit right before it is v1.0.17 so the minor version needs to be updated. It includes module BulletTrain
module Api
mattr_accessor :endpoints, default: []
mattr_accessor :current_version, default: "v1"
end
end I'm not sure yet about the first resolver error you mentioned, but let me know if updating the gem helps any! Reproducing the errorI was able to reproduce the
|
Realized this is a larger issue with any logins. I am unable to login to the program at all now. After a computer reset I have no ability to see anything on local-host as I get this error. Also bin/dev is doing weird things. I need to run redis-server in a separate window in order for it to not crash |
@evanliewer As far as the first error, the JSON API serializers are compatible with the previous version of Bullet Train, but you can see here that we don't use JSON API and Grape anymore. We should probably update the docs for making the migration to the new API since there are most likely still some files leftover like those JSON API serializers in other developers projects as well. About the |
Thanks for all your help with this. I currently don't use any functionality from JSON or API. I started with a fresh rewrite about a month ago with the new gem version of bullet train. I downgraded the API gem and I can boot up the server now (still have to boot redis separately) but I still get the resolver.path error on newest bullet_train and newest theme. Any chance there is a quick workaround, I cannot access any part of the program since the login is not working Using bullet_train 1.1.4 (was 1.1.2) |
No problem, I'm glad to work through it with you! I would revert to v1.0.99 for the If you still get some errors, 9bb706f is the commit where the bump to 1.1.0 was made and there were some breaking changes, but I would look over bullet-train-co/bullet_train@bf57d29 and see what might be causing issues since that commit relates directly to your local application. Start from reverting to v1.0.99 and removing |
I reverted to bullet train 1.0.99 and bullet_train-api to 1.0.17 and I still get the same error. I do not have an api.rb in my initializers. |
@juliancheal @evanliewer Let us know if you have an update after connecting. |
I was considering closing this one, but we had one more developer have a similar error on |
Using the default create team link on the sidebar I get the following error. The current version error pops up sometimes when clicking dashboard or settings. But the nil error is constant on the create a new team link. I recently upgraded the API gem
The text was updated successfully, but these errors were encountered: