Backend functions are not called

Hi, sometimes a function in the backend script is not called from the frontend.
Sometimes it works, sometimes it doesn’t.
I can’t seem to figure out the cause of this issue, since “console.log” is written as the first line of the function. Since it is not printed sometimes, I believe it has not been called? Also, since it is the first function being called from the frontend, I don’t think there is anything that has prevented it from being called?

Thanks.

Hi, can you send a link on your site?

https://gitinspector.wixsite.com/inspect

Does Corvid output to the console in chunks? It seems like after removing the code below the console.log() then it works.

Actually I’ve realise it’s the issue with one of the installed package. I removed and its fine now. Thanks.