Closed onmax closed 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?
If you right-click and open in a new tab? What is displayed? Any content type answered?
Does it work in the devtools locally?
Using local storage does work. Using the remote storage does not work.
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.
Yes, it worked. Thank you!
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": ""
}
```
Thank you in advance! 🙌