Skip to content
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

Getting "uninitialized constant ActsAsTaggableOn::Taggable::TagListType" #1086

Open
amree opened this issue Jun 15, 2022 · 0 comments
Open

Comments

@amree
Copy link

amree commented Jun 15, 2022

I tried to upgrade from v6.0.0 to v6.5.0, but somehow I got this error in Production (not my local):

uninitialized constant ActsAsTaggableOn::Taggable::TagListType Did you mean? ActsAsTaggableOn::TagList

The error stack shows that it's happening on Rails.cache.fetch line which I think is pretty random. It's not like the code block is calling the tag list. It is a weird error as if it tried to run the new code, but it is not there.

Any pointers so that I can investigate what could go wrong would be great.

I'm using Rails v5.2.7 and Ruby v2.5.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant