Hi again! I'm still troubleshooting an empty error...
# suitescript
k
Hi again! I'm still troubleshooting an empty error from an
<http://https.post|https.post>().promise()
. It seems like the HTTPS response is coming back ok with a status code of 200 and the response body I'm looking for, but it seems to do the
<http://https.post|https.post>().promise().catch()
instead of the
.then()
anyway. Running it through the chrome debugger it also seems like the response comes in AFTER the catch is executed. Also in the debugger, the catch gets nothing in its error message. How would you troubleshoot this?