I’ve create a new integration app, which works fine using a local tunnel to my dev machine. When the functionality is ready, I deployed the functionality to Google Firebase functions and updated the Monday.com app URL to invoke, so it points to the firebase function instead of the local tunnel.
After changing the URL, nothing happens any more. On the firebase-side, I don’t even see an invocation. When testing the firebase URL (by POSTing to it), I get a decent error (that the Monday.com JWT token is invalid - I put a dummy value in the request body, so that’s expected). But from Monday.com, it’s not even invoked.
Questions:
- Is there a log viewer to see if an app gets invoked, and to see possible errors?
- Could the cause be that the URL is too long? The URL is https://europe-west1-xxxxx-xxxxxx-xx-xxx-calendar.cloudfunctions.net/SyncToGoogle (the actual URL has been changed to use 'x’s in this post)
