slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno

Home Page:https://api.slack.com/automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUERY] ERROR: PermissionDenied: Requires net access to "........", run again with the --allow-net flag

AceRui opened this issue · comments

Slack version:
v2.13.0

deno version:
deno 1.38.2 (release, aarch64-apple-darwin)
v8 12.0.267.1
typescript 5.2.2

question:
I'm calling an API within my function.The error message indicates that I don't have network access permissions.
截屏2023-11-22 14 38 52
"After adding the indicated flag command, the changes are still not being saved.

Is the domain you are trying to access listed in your app manifest's outgoingDomains field?

@filmaj Thank you for your help. The issue has been resolved.