tuhana :3
tuhana :3
DDeno
Created by Poncho on 8/30/2023 in #help
Deno deploy --allow-write permission.
but the file system on Deno Deploy is read-only
3 replies
DDeno
Created by patwasalinguist on 8/29/2023 in #help
Deno KV: Should I expect 'value too large' errors inserting a JSON file with kv.set?
KV is still an unstable feature, so it's subject to change, maybe you can create a discussion about it on GitHub or at #general
6 replies
DDeno
Created by patwasalinguist on 8/29/2023 in #help
Deno KV: Should I expect 'value too large' errors inserting a JSON file with kv.set?
Error is obvious, you can put maximum 65536 bytes of data and apparently your data is bigger than that.
6 replies