Josef Trojkař
addAbortListener import broken on NuxtHub deployment
Constantly fighting with the above error in my nuxthub deployment. Worked fine before but after some package update (unfortunately I am unable to track down specifically which one), this error started occuring on every deployment. Tried changing the node.js version many times to many different versions with no avail. Can't find any answers online. Any ideas?
10 replies
NuxtHub blob prefix not creating a new path
When I set a prefix for an image upload like this:
The image is accessible at:
/images/transformations%2Fimage.png
instead of what I expect:
/images/transformations/image.png
.
BUT in the nuxt devtools path it IS accessible at:
/api/_hub/blob/transformations/image.png
.
No errors appear anywhere. In nuxt devtools, I can normally view my blob storage and the image is correctly placed inside the folder 'transformations'.
Is this intended behavior? If not, how do I fix it? I care mainly because of SEO. I don't want my image names to be plagued with a prefix not necessarily related to the image.4 replies