Hello, anyone here who some experience using https...
# suitescript
j
Hello, anyone here who some experience using https.post.promise? I've been dealing with .then part not executing. More details on my stackoverflow question https://stackoverflow.com/questions/62911996/https-post-promise-then-not-called
b
don't use N/log for debugging clientside
j
Hi it's not just the log that's not working, I have a function called inside .then which is executed when called via pageInit, but not when called via the button.
b
use a debugger; statement to debug