【求助】
本站遇到了两个问题
1.无法获取通知
2.登陆报错
我刚才修改了字数上限和媒体质量上限,然后执行了RAILS_ENV=production bundle exec rails assets:clobber assets:precompile
不知道是不是这个原因
我回退到了mastodon主线的版本,然后
RAILS_ENV=production bundle exec rake tmp:cache:clear
RAILS_ENV=production bundle exec rails assets:clobber assets:precompile
systemctl restart 'mastodon-*'
但还是有这个问题
RAILS_ENV=production bundle exec rails db:migrate
@chasedream1129 如果从旧版本合并了最新的代码的话记得 rails db:migrate 。数据库表结构有更新,没有更新会造成这个现象。
@chasedream1129 现在我使用husky甚至无法浏览主页