adobe - Why am I signed out of AEM 6 while dragging and dropping component on a Page? -


we have existing site built , deployed in adobe cq5.5.

now planning migrate aem 6. have installed instance , deployed site.

but when try making changes adding new component not allow operation. says "your request not completed because have signed out"

see: http://docs.adobe.com/docs/en/dispatcher/security-checklist.html#par_title

aem 6.1 has cross-site request forgery security features requires bit of work allow /bin/wcmcommand request authenticate dispatcher.

to see mean, open dev tools , go network tab. when try action, should see wcmcommand request:

instead of status code of 200,

i bet getting status code of 401 or 403.

follow instructions started post fix this.

good luck!


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -