monday-sdk-js
monday-sdk-js copied to clipboard
Node.js and JavaScript SDK for developing over the monday.com platform
**Describe the bug** Using monday sdk on server side to exchange the code for an token fails with an empty error **Steps to reproduce** 1. Embed the SDK in an...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
**Describe the bug** I am having a hard time using the triggerFilesUpload, I see the file in file gallery but only for a few minutes, then its gone. I also...
**Describe the bug** `monday.storage.instance.setItem(someKey, someVal)` silently fails when `someVal` contains a newline character ## Steps to reproduce 1. Embed the SDK in an app 2. Call `monday.storage.instance.setItem(someKey, someVal)` where `someVal`...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade node-fetch from 2.6.0 to 2.6.7. :information_source: Keep your dependencies up-to-date....
See: https://monday.com/developers/apps/oauth Navigate to: Token request -> Request Structure and Examples -> redirect_uri section. You'll see it states: This parameter is used for validation only (there is no actual redirection)....
**What problem is this request going to solve?** In real-time applications, we have to use custom remote servers to trigger updates in all connected clients. **What is the solution you'd...
**Describe the bug** Unable to import and use monday-sdk-js in a vue project using Vite as bundler. **Steps to reproduce** 1. Create a new project using `npm init vue@next` (with...
i am using monday.sdk.js for the very first time and as per documentations i can get boardViewId and boardId from monday.get("context") but this is not working in my case. **the...