I'm trying to create function for Email Form Submit, I fill parameters correctly using my Resend provider, I connect it to my repository, but when I click on Deploy button it fails with an error that some Value exceeds number of characters (8000 and something) but it's obviously not the case. I tried it with Node.js and PHP, it's the same.
TL;DR
Developers experiencing issue submitting email form function due to character limit error upon deployment, despite correct parameters and connection setup. Attempted solutions using Node.js and PHP without success.