Hi maintainers,
I've encountered an issue where Axios is not functioning within the Vercel Edge runtime.
My understanding is that Postmark.js depends on Axios for some kind of compatibility, but it is intended to run solely on the server side, so concerns such as browser backward compatibility are not relevant.
As a potential solution, replacing Axios with the Fetch Web standard API might be best. I would appreciate your thoughts on this.
Thanks in advance for your attention to this matter.
Hi maintainers,
I've encountered an issue where Axios is not functioning within the Vercel Edge runtime.
My understanding is that Postmark.js depends on Axios for some kind of compatibility, but it is intended to run solely on the server side, so concerns such as browser backward compatibility are not relevant.
As a potential solution, replacing Axios with the Fetch Web standard API might be best. I would appreciate your thoughts on this.
Thanks in advance for your attention to this matter.