Hi All,
I am calling a google sheet web app which is deployed and ready to be called by anyone. It works perfectly when called from Postman or when in debug mode but after deployment, it doesn't work. The web app should work regardless of who calls it and from wherever as there is no authentication. It will also run as me so there should be no one stopping it.
So, I am clueless why it fails to run after deploying the app on the web. This problem has been so unexpected as it worked all the way through and then at the last minute failed. So, I am puzzled, confused and upset at the same time. All I get as a response is Null instead of success text (which I get in debug mode) in the snackbar.
I have no clue what to do and how to make it work. Any thoughts, ideas or suggestion, it would help me a lot.