Hi,
The problem:
We are on AEM 6.2 and are trying to make use of the Adaptive Forms, but when submitting a form from the client-facing domain, it does not deliver the emails.
When submitting the form on the author server, it sends the email successfully.
Also, when submitting it directly on the publisher, it is also successful.
But when we are on the web server, which serves the content from the publisher, we get the successful message from the form, but the email never gets sent, nor can we see any errors that make sense.
The first thing to note is that we do not make use of the Dispatcher, but have other AWS infrastructure in place to give similar architectural behavior.
We have a WAF in front of our servers which originally gave an "Unable to read CSRF meta information" console error. After disabling the WAF, the error was now gone, but still no email.
The AEM error log only shows a bunch of the same error in quick succession:
*ERROR* [xxx.xxx.xxx.xxx [1531669370613] GET /contact.html HTTP/1.1] com.adobe.aemds.guide.taglibs.GuideELUtils There was certainly some problem in geti18n api
java.lang.NullPointerException: null
And this is the output of the errors in the console:
Any assistance with making this work with our current setup will greatly be appreciated.
Thanks