You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProductName: macOS
ProductVersion: 14.3
BuildVersion: 23D56
Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000
Describe the bug
One of my slack functions is not running after deployment. On "slack run" it works perfect, but after deploying my workflow to slack it will not run. I get the following error: Function output: Caught error from user supplied module: TypeError: Relative import path "querystring" not prefixed with / or ./ or ../ If you want to use a built-in Node module, add a "node:" prefix (ex. "node:querystring").
This error is strange because I am not using querystring anywhere in my program, so I believe it is a sub dependency of another npm package I am using. However, even after adding "querystring : node:querystring" to my import map AND scopes, the problem still persists. Any help on this would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
The
deno-slack
versions"deno-slack-hub/": "https://deno.land/x/[email protected]/",
"deno-slack-sdk/": "https://deno.land/x/[email protected]/",
"deno-slack-api/": "https://deno.land/x/[email protected]/",
Deno runtime version
deno 2.1.4 (stable, release, aarch64-apple-darwin)
v8 13.0.245.12-rusty
typescript 5.6.2
OS info
ProductName: macOS
ProductVersion: 14.3
BuildVersion: 23D56
Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000
Describe the bug
One of my slack functions is not running after deployment. On "slack run" it works perfect, but after deploying my workflow to slack it will not run. I get the following error:
Function output: Caught error from user supplied module: TypeError: Relative import path "querystring" not prefixed with / or ./ or ../ If you want to use a built-in Node module, add a "node:" prefix (ex. "node:querystring").
This error is strange because I am not using querystring anywhere in my program, so I believe it is a sub dependency of another npm package I am using. However, even after adding "querystring : node:querystring" to my import map AND scopes, the problem still persists. Any help on this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: