Failing to build and upload my Integration Recipes App

Hi Support,
I am very excited to work with the monday.com tool. But as it seems your documentations changed a bit with the developer dashboard so I failed to find the exact part from where I could upload my monday app and integrate it to my service.I am in a hurry, so maybe I am failing to find where the relevant controls/tools are for that purpose. Any pointers to help me would be greatly appreciated.

I want to build and upload my Integration Recipes App.
what I need to do. if I try to run “npm run-script build” it is giving me error build script missing.

then how to zip the app and how to upload and where to upload it.
how to use the URL that I have in my Receipe

in the following image you can see no place to upload my file

Hi @mamun!
For the integration feature, we are not yet allowing you to host the code on our end. You’ll have to host your RESTApi on your end.

thank you for the reply. but can I build it. I have download the QuickStart app from your site. do I need to build it?
the one with React (UI functionality it is build) but I’m unable to build the integration one.

I think I may get some guideline from you for building the Integration QuickStart app.

thanks
Mamun

thank you for the reply. but can I build it. I have download the QuickStart app from your site. do I need to build it? when ever I try to run the command “npm run-script build” it says build is missing. yes buld is missing in the json file. and I can’t understand what shold I use as I’m not using React / Webpac as dependancies. and the project you have provided doesn’t have / need dependancis on those.

the one with React (UI functionality it is build) but I’m unable to build the integration one.

I think I may get some guideline from you for building the Integration QuickStart app.

thanks
Mamun

Hey @mamun - welcome!

Could you post a screenshot of the error you’re seeing when trying to build? I would recommend having the zip file for the starter app extracted and navigating to that directory on your terminal before attempting to build.

-Daniel

thanks for your reply.

following is the screenshot showing the error that I’m getting. npm run build /npm run-script build

thank s
Mamun

Hey @mamun - apologies, while testing this on my end I seem to have overlooked something in my original response.

For the integration quickstart in particular - integrations require you to be running the server on your end. As you posted in the original screenshot, that is the URL ngrok is generating when you run npm run start . For this reason packages.json does not have an option for building in the integration quickstart. Once the run command spins up the web server, the integration is already “live” and this is what monday.com would be reading.

The quickstart guide for views/widgets is a bit different because this is code that you will be uploading to monday.com. For this reason the last step of the guide is to compile the React code by running npm run-script build.

-Daniel

Hey @mamun ,

in the JSON object “scripts” there is no build or run-script build.
That’s always a good indicator on how you can run your app.
Maybe that helps you in your future attempts.

Greetings

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.