Hello!
Your Slackbot error likely stems from an uncaught promise rejection due to an undefined content-type. Ensure the API response includes the expected headers and add error handling with a .catch block to manage promise rejections. For example, log the response headers before accessing content-type to verify it’s defined. This should help resolve the issue.