Carousel blob strage behaviour #14550
Unanswered
Diferno
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
wanted to make sure is my fault before posting any issue.
Quasar v1.21 here.
I have a qcarousel and load images with a quploader. So far has been working as a charm in local, dev, test and production environments. But like 2 months ago, we have found that when picking the image, everything looks good. Load the src into the qcarousel and the miniature displays the image, but the carousel itself throws an error:
Failed to load resource: net::ERR_FILE_NOT_FOUND for the url: blob:http://localhost:8080/{uuid}I thought that maybe was related to localhost domain, so we deployed in dev environtment, and same thing. Moved to test environment, and same.....
What flipped my brain around was that in production environment, everything is working ok, so I get that production branch to local, run it in localhost and ... the same code that is working on the server, fails in local with same error: ERR_FILE_NOT_FOUND for the specified blob url.
Anything I'm missing about blob storage??? any recent changes I'm not seeing?
Thanks in advance!
Edit : I changed the attachment to show something more graphical. Here's the carousel with the images added throught the quploader. As we can see, the thumbnails display the blobs, but the carousel doesnt...

And the error in the debug tools:

Beta Was this translation helpful? Give feedback.
All reactions