0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Fly.ioのRailsアプリのデプロイエラー解決 for Mac

Posted at

以前はこちらの記事でデプロイできていたが、Flyの仕様の変更のためかデプロイができなくなった。Nodeのバージョン下げたら、デプロイできたので記録を残しておく。

手順

Error: error:0308010C:digital envelope routines::unsupportedなエラー
この記事のようなエラーが出るので同様にnodeのバージョンを14.18.1に下げる。下げ方は⏬

以前にFlyを使用したことがある人はDockerfileのNodeのバージョンを書き換える。

Dockerfile
#変更後
ARG NODE_VERSION=14.18.1

あとは参考記事の通りにやればデプロイできた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?