相关疑难解决方法(0)

Rails 6 Heroku Devise 错误 ActiveSupport::MessageEncryptor::InvalidMessage

我正在尝试将我的 Rails 6 应用程序部署到 Heroku,这是我第一次在 Rails 6 位中执行此操作,我从 Heroku 获得以下输出:

remote: Compressing source files... done.
remote: Building source:
remote:
remote:  !     Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used.
remote:             Detected buildpacks: Ruby,Node.js
remote:             See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order
remote: -----> Ruby app detected
remote: -----> Installing bundler 2.0.2
remote: -----> Removing BUNDLED WITH version in the Gemfile.lock
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.7.1
remote: -----> …
Run Code Online (Sandbox Code Playgroud)

ruby-on-rails heroku devise ruby-on-rails-6

5
推荐指数
2
解决办法
4030
查看次数

标签 统计

devise ×1

heroku ×1

ruby-on-rails ×1

ruby-on-rails-6 ×1