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?

[Cloudflare + Next.js] 25.0 MiBのサイズ上限を超えてデプロイできない

Posted at

Generated Pages Functions bundle size (30000000) is over the limit of 25.0 MiB

Next.jsのプロジェクトをCloudflare Pagesにデプロイしようとしたところ、25.0MiBのサイズ制限を超えたため、デプロイに失敗してしまいました。

原因はSentry.io

バンドルファイルのサイズを調べていく中で、このissueに行き当たりました。

[🐛 Bug]: Sentry bloats up bundle size when building with npx @cloudflare/next-on-pages #860

今回デプロイしていたサービスでは、エラートラッキングにSentry.ioを使っていましたが、どうやらSentry.iocloudflare/next-on-pagesの間に問題があり、ファイルサイズが大きくなってしまったようです。

ひとまず、Sentry.ioを外す

手元では解決が難しそうだったので、ひとまずSentry.ioを外しました。無事にファイルサイズが小さくなりデプロイも成功しました。
Sentry.ioを使えなくなったのは残念ですが、デプロイができないことの方が大きな問題と感じます。

最後に

同じような問題の報告は(少なくとも日本語では)あまり見かけなかったので、この記事が誰かの参考になれば嬉しいです。

参考文献

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?