You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says that the serialisation format has changed from miniflare 1 to 2, but I am not storing anything on disk, let alone something from miniflare 1. Both projects this happened on were initialised with wrangler2 and have only ever included miniflare 2.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
this.state.storage.setAlarm(Date.now() + 60 * 1000)
this.state.storage.list()
It says that the serialisation format has changed from miniflare 1 to 2, but I am not storing anything on disk, let alone something from miniflare 1. Both projects this happened on were initialised with wrangler2 and have only ever included miniflare 2.
The text was updated successfully, but these errors were encountered: