How to know when deployment was successful and is reachable?
Is there a way to check/know after a wrangler pages deploy that the page and its functions are successfully deployed and reachable?
I am already waiting for 5s after deploy before I check, but often that still leads to a HTML page instead of the Json that I expect from my function/worker.
I am already waiting for 5s after deploy before I check, but often that still leads to a HTML page instead of the Json that I expect from my function/worker.