I wanted to test Umbraco Forms in my V 8.1.3 installation. After installation whenever I go to the forms section, I get this errors. Does anyone know what went wrong?
To answer my own question.
We implemented a custom api protection, which interfered with each request to the umbraco backend. Therefore all routes starting with /umbraco/backoffice/ are blocked if no valid api key is provided. We whitelisted all the common Umbraco routes like /umbraco/backoffice/UmbracoApi or /umbraco/backoffice/UmbracoTrees, but Umbraco Forms added an additional route /umbraco/backoffice/UmbracoForms. Because no api key was sent of course, access was denied. This made it look like the installation of Umbraco Forms went wrong. Whitelisting this url as well fixed the problem.
Umbraco Forms not working in Backend of V8
Hi everyone
I wanted to test Umbraco Forms in my V 8.1.3 installation. After installation whenever I go to the forms section, I get this errors. Does anyone know what went wrong?
Thank you Rigo
To answer my own question. We implemented a custom api protection, which interfered with each request to the umbraco backend. Therefore all routes starting with /umbraco/backoffice/ are blocked if no valid api key is provided. We whitelisted all the common Umbraco routes like /umbraco/backoffice/UmbracoApi or /umbraco/backoffice/UmbracoTrees, but Umbraco Forms added an additional route /umbraco/backoffice/UmbracoForms. Because no api key was sent of course, access was denied. This made it look like the installation of Umbraco Forms went wrong. Whitelisting this url as well fixed the problem.
is working on a reply...