-
Hi I am using emailJS to send email on my web, everything is fine on desktop. But If I using my mobile to open the same web, then API will failed and return status '0' with empty text. I also activate 'Allow EmailJS API for non-browser applications' of my account. Would anyone please give me a hand. I google which may be a CORS problem, but I don't see any setting on dashboard. here is my web: https://xup6128.github.io/web_camera/ GitHub: https://github.com/xup6128/web_camera Thanks for all |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It sounds like you haven't overridden the default form action by using the preventDefault method. |
Beta Was this translation helpful? Give feedback.
I see. The status '0' means the connection was terminated. This usually means that the page has reloaded. Do you have any idea what some code in the app could do this?