VictorOriginal post
Web Developer
Hi all, I am deploying my Deno function to appwrite with the deno run -A src/main.ts build command. However when actually executing the function i get the following error
NotCapable: Requires sys access to "osRelease", run again with the --allow-sys flag. Is it possible to run deno with the -A command?
Summary
Developers are requesting support for using the `-A` flag with Deno functions, as they are experiencing permission errors when trying to run functions in the appwrite environment.