Added by Dailson Campos about 7 years ago
Hello everyone!
I’m trying to run this command ./bin/rake db:migrate db:seed db:test:prepare
, but the terminal return this error “SystemStackError: stack level too deep”
Settings:
Rails 5.0.6
Ruby 2.4.2
Anyone may help me, please?
Replies (1)
Hello Dailson,
While running OpenProject in my local, version 7.3.0, I faced this issue after deleting the Gemfile.lock and generating it back again.
I just restored it back from the repository and everything went back to normal.
My guess is that a library gets upgraded when regenerating the lock file, and this causes the issue.
Hope it helps