Hello there @rmrodrigues,
We are having issues with the monday tunnel at the moment.
Since I do not have an ETA on when it could be solved, I recommend using something else (like ngrok or similar) to expose your project to the internet.
Cheers,
Matias
Hey @Matias.Monday , I would like to know if there is still issue in the monday tunnel because for me the tunnel is not being created and console logged?
Thanks in advance.
Hello there @imaad and welcome to the community!
Yes. The issue persists and we still do not have an ETA on the resolution so I recommend using something else to expose your project 😁
Cheers,
Matias
Thank for the reply @Matias.Monday . Could you suggest me what would be the best method to start with the custom integrations?
Thanks!
Hello again @imaad,
If by “method” you are referring to a tool to expose your project to the internet, I can not officially recommend a specific tool that is not related to monday.com.
I usually use ngrok if that helps as a reference 😁
Cheers,
Matias
Cloudflare Tunnel and ngrok option I’ve heard work well. Not being a monday.com employee I’m not limited in what I can say. Cloudflare Tunnel is free though for small projects.
Since I develop for aws lambda, I usually just rely on logging statements - and cloudwatch log tailing. Or cdk watch which will stream logs to the console.
I could run locally but I’ve found little value in a step through debugger, so logs usually cover everything I need - so just running remote to start seems to work for me.
Thank you for the recommendations @anon29275264 !!!