No worries, Thanks for the inputs. Can you confirm for sure Akamai is not utilized for Author and yet to see the Server as AkamaiGHost (Akamai Global Host) in Response ?I think it is utilized and PUT/DELETE is not allowed at Akamai level (It is disabled by default)
Check the pointers about the following, mentioned in this official feature page.- https://adobe-consulting-services.github.io/acs-aem-commons/features/social/twitter/index.htmlTwitter4J APIService User with respective permissions. ACS commons version in general
It should be a Multi property (Delete this and create it as Multi String property - Select Multi Button)If it is still not working, create a logger in http://localhost:4502/system/console/slinglog for the class - com.adobe.acs.commons.twitter.impl.TwitterAdapterFactory at Debug Level and share the l...
No worries. Can you try creating the property manually like I said in my initial response. Property Name : cq:cloudserviceconfigsProperty Value: /conf/global/settings/cloudconfigs/twitterconnectProperty Type : String[] (Multi property)This is in site root page's jcr:content - Eg: /content/demo/jcr:c...
The created configuration is not added to the site root. (hence page is not getting adapted to Twitter)Your configuration is available in /conf/global - set that to Page properties and try. (Ideally can create config under project specific /conf path. For now you try with this. Once you see it work...
Since it is your local instance, delete the bundle manually from this path - /apps/yourproject/install/yourproject.core-0.0.1-SNAPSHOT.jar in CRXDE and then trigger the deployment again. (Provided core module is enabled and bundle is getting created successfully as part of the build process)
@naveen123 We need to create Cloud Service Config for Twitter and associate the config to the desired site page. For the config, Can you confirm if you have created config in Tools -> Cloud Services -> Twitter Social Login Configuration and is available in respective /conf pathExample : Similar conf...
@kbitra1998 Can you checkIf you have these Filter methods available in Adobe Granite CSRF Filter OSGi config as well If your Author Dev Server is behind Dispatcher,check if PUT and DELETE request are allowed in filter section.If yes and still not working, then enable Dispatcher Debug log and trace t...