welcome-apps
welcome-apps copied to clipboard
A collection of "Hello World" monday.com apps
The tutorial does not explain how the colour button in Customise View supposed to change the background colour. Using colour picker has no effect. Probably because a hook for it...
Re: https://monday.com/developers/apps/quickstart-view I was just walking through the tutorial and wanted to point out a couple of things I ran into... 1. `App.js` and `AppSolution.js` appear to be swapped -...
Error: error:0308010C:digital envelope routines::unsupported [0] at new Hash (node:internal/crypto/hash:79:19) [0] at Object.createHash (node:crypto:139:10) [0] at module.exports (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\util\createHash.js:135:53) [0] at NormalModule._initBuildHash (C:\Users\SherryHuang\OneDrive - Center for Reproductive...
I followed along the instructions at https://github.com/mondaycom/welcome-apps/tree/master/apps/word-cloud to see how this app works. It didn't work. The console output implies that a graphql request is asking for some field that...
logging and checks are based on https://github.com/mondaycom/welcome-apps/blob/master/apps/quickstart-integrations-ts/src/middlewares/authentication.ts
- Ran npm audit fix for all examples - Moved `onboarding-example` and `quickstart-workdocs` to use Vite Note: we should move the other frontend examples to Vite too, since react-scripts is...
For [this](https://github.com/mondaycom/welcome-apps/tree/master/apps/quickstart-fullstack-react-node) quickstarter the mentioned way to get `MONDAY_SIGNING_SECRET` is not correct. It should be Client Secret Valye ### Incorrect  ### Correct 