Unable to start the Monday.com app in local

Hello Community,

I’ve been working on developing an app idea for Monday.com. From the past 2 days, when I was trying to start the app server in local instance, I am getting the below error.

[11:13:37.471] WARN: retrying connection to the server (attempt 5)…

[1] [11:13:38.473] WARN: retrying connection to the server (attempt 6)…

[1] [11:13:39.474] WARN: retrying connection to the server (attempt 7)…

[1] [11:13:40.477] WARN: retrying connection to the server (attempt 8)…

[1] [11:13:41.480] WARN: retrying connection to the server (attempt 9)…

[1] [11:13:42.485] WARN: retrying connection to the server (attempt 10)…

The server is not able to start, and I am not able to verify the changes done. Any leads to the issue resolution would be much appreciated!

Thanks
Koti

1 Like

After going through the related questions, I am able to start the tunnel to ngrok. Below is the change done in scrips in package.json

“expose”: “ngrok http 8301”,

Now, once the server is started, you can get the tunnel URL from http://localhost:4040/status

Also found out that the tunnel SSL certificate was expired. Probably this might be a reason. It’s better to have a dedicated tunnel like ngrok.

Thanks

Hello @KotiA and welcome to the community!

I hope you like it here :muscle:

I am glad you found the workaround for this.

Our team is aware of the issues we have with the monday tunnel and will be working on it.

In the meantime, since we do not have any ETAs on a fix, ngrok is a good option!

Cheers,
Matias

1 Like