slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
155 stars 27 forks source link

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

Closed AceRui closed 9 months ago

AceRui commented 9 months ago

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.

filmaj commented 9 months ago

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

AceRui commented 9 months ago

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