Sidekick Workflow tab Issue | Community
Skip to main content
New Participant
October 16, 2015
Solved

Sidekick Workflow tab Issue

  • October 16, 2015
  • 8 replies
  • 1757 views

Hello,

Has anyone come across this issue wherein, in AEM, 5.6 and 5.6.1, should the workflow on a payload fail, the sidekick workflow tab is completely blank as opposed to containing "Translation" and "Workflow" drop down.

I have cleared the workflow instances under /etc/workflow/instances folder, but no luck.

Any information?

Regards,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

Looks like browser cache or cq cache (/var/clientlibs)

8 replies

New Participant
November 5, 2017

widgets.js:163768 Uncaught TypeError: Cannot read property 'wcm' of undefined .

The problem occurs when we are upgrading from 5.6, 6.0 to uppper version of aem or install service pack. i have resolved this issue by overlaying the sidekick.js and then inside there is method loadWorflowtab.

In that please change the line

var pageInfo=CQ.WCM.getPageInfo(this.getPath(), true).

It will resolve the problem

New Participant
October 16, 2015

NitroHazeDev wrote...

Hello,

Has anyone come across this issue wherein, in AEM, 5.6 and 5.6.1, should the workflow on a payload fail, the sidekick workflow tab is completely blank as opposed to containing "Translation" and "Workflow" drop down.

I have cleared the workflow instances under /etc/workflow/instances folder, but no luck.

Any information?

Regards,

 

This is what i see after a single failed workflow.

Sham_HC
New Participant
October 16, 2015

Any error in  firebug console & also at net tab do you see any 404?

smacdonald2008
New Participant
October 16, 2015

That certainly looks like a bug that you came across. Can you log a day care ticket.

http://helpx.adobe.com/marketing-cloud/experience-manager.html

Thanks

New Participant
October 16, 2015

Sham HC wrote...

Any error in  firebug console & also at net tab do you see any 404?

 

Attached the error snapshot as seen in Chrome , i don't see 404 error.

I will attach firefox error in

TypeError: pageInfo.workflowInfo.model is undefined            widgets.js(161083)
New Participant
October 16, 2015

NitroHazeDev wrote...

Sham HC wrote...

Any error in  firebug console & also at net tab do you see any 404?

 

Attached the error snapshot as seen in Chrome , i don't see 404 error.

I will attach firefox error in

TypeError: pageInfo.workflowInfo.model is undefined            widgets.js(161083)
 

 

Attaching error in FF, no 404

New Participant
October 16, 2015

On restart i see the workflow tab functioning normally, wonder what the issue is. Occurred in 5.6 and 5.6.1

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Looks like browser cache or cq cache (/var/clientlibs)