nuxt-hub / core

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

Unable to see the images in the Blob view #326

Closed onmax closed 1 month ago

onmax commented 1 month ago

Description of the bug

Images fail to load in the NuxtHub admin and show an error with status code 500. The error indicates that the Fetch API is unable to retrieve the image URLs.

Here is some information that may be relevant:

Error from server

```json { "url": "/api/teams/nimiq/projects/crypto-map/production/blob/location:bea8377e-42b0-4289-9b0e-d94bcb1565e2", "statusCode": 500, "status message": "", "message": "[GET] \"location:bea8377e-42b0-4289-9b0e-d94bcb1565e2\": Fetch API cannot load: location:bea8377e-42b0-4289-9b0e-d94bcb1565e2", "stack": "" } ```

image

Thank you in advance! 🙌

atinux commented 1 month ago

If you right-click and open in a new tab? What is displayed? Any content type answered?

Does it work in the devtools locally?

onmax commented 1 month ago

If you right-click and open in a new tab? What is displayed? Any content type answered?

image

Does it work in the devtools locally?

Using local storage does work. Using the remote storage does not work.

image

atinux commented 1 month ago

Should be fixed now with https://github.com/nuxt-hub/core/releases/tag/v0.7.34

Make sure to update the dependency and deploy, then refresh the admin.

onmax commented 1 month ago

Yes, it worked. Thank you!