You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not entirely sure what's going on, as this function generally works, but I had an issue with promises today where I get an Unhandled Promise Rejection, even though I can see that the FileMaker object has been instantiated prior to the call. All promises has been resolved prior to calling the function, except the final Promise.allSettled where the call to FileMaker.PerformScript is perfomed in the .then.
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'FileMaker. PerformScript')
Could be something you'd want to look into.
I ended up using the fileMakerCall function from SeedCode as it was the only thing I could get to work.
The text was updated successfully, but these errors were encountered:
Thanks for looking into it. Well spotted, yes that's probably the culprit. I wont be able to verify it unfortunately, but that rogue space would trigger an error.
Hi.
Thanks for this function.
Not entirely sure what's going on, as this function generally works, but I had an issue with promises today where I get an Unhandled Promise Rejection, even though I can see that the FileMaker object has been instantiated prior to the call. All promises has been resolved prior to calling the function, except the final Promise.allSettled where the call to FileMaker.PerformScript is perfomed in the .then.
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'FileMaker. PerformScript')
Could be something you'd want to look into.
I ended up using the fileMakerCall function from SeedCode as it was the only thing I could get to work.
The text was updated successfully, but these errors were encountered: