A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi all!
I'm working with blobs programmatically in my current Episerver project (version 7.7). I have a problem though. At a certain point, I need to delete a blob and it's container folder from disk. The blob itself gets deleted without a problem, but the container folder doesn't, so I end up with a bunch of empty folders whenever the scheduled job that contains the logic runs.
I've tried:
and:
but I always get the same result.
Any ideas? Thanks