next-boost / next-boost

Add a cache layer for server-side-rendered pages with stale-while-revalidate. Can be considered as an implementation of next.js's Incremental Static Regeneration which works with getServerSideProps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toString' of undefined

Rathpanha opened this issue · comments

I got this error on production log. Im not sure if it is related to this issue
image

My node version is 12.22.0

Fixed in latest release now.