hi there.
first of all i want to say im not a 100% sure that my title is really whats happening, but im fairly convinced.
im building an integration app in a node.js backend, once a month i need to make changes in the account, make customize pdfs and excels and upload everything to a cloud etc…
my point is its a long process and my token seems to expired.
the reason im not sure is because something else is happening that i can’t really explain, i get the first request from monday’ after the trigger and everything is working fine. but midway during the process, after no response is being given back to monday’s servers, i get another request that triggers everything again, with a new shortLivedToken. Up until now i’ve dealt with that by using global variables and invoking res.end() and end the process if i was already in the middle of one, but now i need to make another monday api request at the end of the process and im getting “{ errors: [ ‘Not Authenticated’ ] }” back.
i couldn’t find anything online about getting repeating request from monday’s integration, everything is just like a normal trigger, only there was no trigger. could it have something to do with it? is the error because my token was expired or because it got reseted and got a new value during the second uncalled request from monday?
ive tested it with both tokens and got the same error.
and of course when i was testing it with smaller boards (were everything was faster with no “phantom requests”) everything worked fine.
thanks in advanced!

