Hi AEM Adaptive form Guru's
Highlighted in red is where I am getting error when browser from dispatcher
Note: I have checked similar questions in AEM forums and it is not helping resolve the issue.
Environment : AEM 6.5
Author | Publish | Dispatcher environment
Adaptive form works in Author | Adaptive form works in publish | Error when click on submit in AF when I use hostname (from Dispatcher)
[AF] [AEM-AF-901-004]: Encountered an internal error while submitting the form
Accessing adaptive form from Dispatcher using the hostname does not work. When I click on submit in the AF form I get the following error. I have just used on textbox and one submit button in AF(Adaptive form)
When I check the Network/Console of the browser I see the following errors
Post http:/sdfjlsjflsjdlfsfd.com/content/forms/af/wtc/testing/jcr:content/guideContainer.af.internalsubmi... 404 (Not Found)
I have commented whole of dispatcher filter file and allowed everything, still I get the internal error.
Did anyone face this issue.
Let me know if you need any additional information.
Regards
Dilip
Solved! Go to Solution.
Views
Replies
Total Likes
That is my settings for Apache Sling Referrer Filter
suggest you log a support ticket to get this resolved.
also can you confirm if you have servlet mounted on /bin/storeafsubmission path. can you check by using the servlet resolver from web console
It works author instance and your publish instance?
That is my settings for Apache Sling Referrer Filter
suggest you log a support ticket to get this resolved.
@dilips50359074 Lets start with the basic test here, does Out of the box email submit works on dispatcher? Also, test if Form portal submit action works
Include the following:
1 2 3 4 5 6 7 8 9 10 11 | /renders { /rend01 { # Hostname or IP of the render /hostname "127.0.0.1" # Port of the render /port "4503” } } |
This configuration accepts all requests on port 80 and serves the pages provided by the publish instance on port 4503.
@dilips50359074any success?
can you please provide the dispatcher logs?
This is the only error that I see in the browser network tab and in the console error: csrf.min.js:formatted:141 GET https://sdfasdf.sdfsdfsdf.com/content/forms/af/mpsers/jcr:content/guidecontainer.af.internalsubmit.j... 404 (Not Found) but in author and publisher it works as expected.