denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[Bug]: KV Viewer crashes with 'String contains an invalid character' when KV value is `new Uint8Array()` #507

Closed johnspurlock closed 1 year ago

johnspurlock commented 1 year ago

Problem description

KV Viewer crashes with 'String contains an invalid character' when KV value is new Uint8Array()

Steps to reproduce

add an entry to your project's KV db with the value: new Uint8Array()

Select the "KV" tab in the project dashboard:

Tab rendering crashes: image

Expected behavior

view the data

Environment

No response

Possible solution

No response

Additional context

No response

ry commented 1 year ago

This bug should be fixed now.

johnspurlock commented 1 year ago

confirmed, thanks!

image