nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
802 stars 35 forks source link

Local DevTools Blob and KV Bug #182

Closed unibeck closed 4 days ago

unibeck commented 1 week ago

Describe the bug The Blob and KV sections in DevTools do not show any data when running locally (non-remote)

The API call is returning data as seen in the network tab, just the UI is not showing it. image

Steps to reproduce Steps to reproduce the behavior:

  1. Run NuxtHub locally (non-remote)
  2. Upload a file to Blob storage. Can be done manually through the DevTool or through your app connected to NuxtHub with local bindings
  3. See that there is no dat in the Blob DevTool. Same is for KV

Expected behavior For data to show in DevTools when running locally

Atinux commented 5 days ago

Could you try again and confirm it works for you now @unibeck ?

Sorry for the slow response.

unibeck commented 4 days ago

This is working now, thanks!