Workers with Postmark SDK stopped working

I was using the Postmark Node SDK from workers with compatibility_date = "2025-04-11" compatibility_flags = [ "nodejs_compat" ] it was working untill this morning, now getting error in my worker log: There is no suitable adapter to dispatch the request since : - adapter xhr is not supported by the environment - adapter http is not available in the build What happened?
1 Reply
Ricky U
Ricky UOP7mo ago
turns out the new postmark uses axios instead of fetch (dont know why they switched)

Did you find this page helpful?