Edge function + S3 mount: "Error: invoking realpath_sync is not allowed in the current context"
I have an edge function that pulls a few files from one storage bucket and zips them up into a zip archive, then puts them back into another bucket for download. I had a hell of a time getting streaming operations to work, so I am now trying to use the S3 persistent storage stuff to just work with the files as local files. Whenever I try to access any file at all, though, I get the error above: "Error: invoking realpath_sync is not allowed in the current context"
Anyone have any ideas?
0 Replies