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
Describe the Bug
I calling the create ticket function in nodejs, but I received the error message:
Error: Request processing failed: Raw request failed: FormData is not defined
Actual Behavior
Code return runtime error say FormData not found.
Error: Request processing failed: Raw request failed: FormData is not defined
at Re.request (/Users/involveasia/Backend/link-tool-api/src/node_modules/.pnpm/[email protected]/node_modules/node-zendesk/dist/index.js:1:15302)
Environment Information
node-zendesk version: 5.0.12
Node.js version: 18.20.0
Operating System: macos 13.6.6 (22G630)
Any other relevant software versions?
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
I calling the create ticket function in nodejs, but I received the error message:
Error: Request processing failed: Raw request failed: FormData is not defined
Example Code
Expected Behavior
ticket can create successfully.
Actual Behavior
Code return runtime error say FormData not found.
Environment Information
node-zendesk
version: 5.0.12Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: