function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nicole Nammour 1Nicole Nammour 1 

Lightning Blocked Issue

Component (Cmp) is null on Production only. 
On sandbox it's filled.

I have no idea what could be the reason.
The error I get in the console is : WARNING: Access Check Failed! AttributeSet.get(): attribute 'itemsMap' of component 'markup://c:ItemsList {3:2;a}' is not visible to 'markup://c:ItemsList {3:2;a}'.

Any idea? It's very urgent!!!


User-added image
Best Answer chosen by Nicole Nammour 1
Scott Haleo 4Scott Haleo 4
Hi Nicole,

First verify  the itemsMap attribute defined in your component.
It seems that you have missed it.

You can also see similar issue here in below link.
http://salesforce.stackexchange.com/questions/132171/access-check-failed-attributeset-get

Let me know if any further questions?

Regards,
Scott Haleo
Hytechpro

All Answers

Scott Haleo 4Scott Haleo 4
Hi Nicole,

First verify  the itemsMap attribute defined in your component.
It seems that you have missed it.

You can also see similar issue here in below link.
http://salesforce.stackexchange.com/questions/132171/access-check-failed-attributeset-get

Let me know if any further questions?

Regards,
Scott Haleo
Hytechpro
This was selected as the best answer
Nicole Nammour 1Nicole Nammour 1
Hi Scott,

Thank you for your response.
This was the main reason of this issue. But still don't know why it was working fine on sandbox but on Production not working at all?

Best Regards,
Nicole Nammour