Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialisation error with storage.list() when an alarm is set #297

Closed
evanderkoogh opened this issue Jun 26, 2022 · 0 comments · Fixed by #298
Closed

Serialisation error with storage.list() when an alarm is set #297

evanderkoogh opened this issue Jun 26, 2022 · 0 comments · Fixed by #298
Labels
bug Something isn't working
Milestone

Comments

@evanderkoogh
Copy link
Contributor

Steps to reproduce:

  1. this.state.storage.setAlarm(Date.now() + 60 * 1000)
  2. this.state.storage.list()
  3. Profit!

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.

@mrbbot mrbbot added this to the 2.6.0 milestone Jun 28, 2022
@mrbbot mrbbot added the bug Something isn't working label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants