Skip to main content
Nintex Community Menu Bar
Question

Unable to access skuid object in console

  • July 11, 2024
  • 2 replies
  • 5 views

Forum|alt.badge.img+20

This is strange for sure.

I’ve tried multiple orgs, multiple browsers and multiple versions of the browser. Followed directions about this issue as per help document.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+5
  • Nintex Employee
  • July 11, 2024

Hey Pat, here are some things to try:

- If debugging within Lightning Experience, you’ll need execute this command to access the skuid object in the console:

$A.get(‘e.skuid:apiDebugRequested’).fire();```
More/most up-to-date information on this process in our Lightning deployment docs

- If you’ve updated to a Spark release and are working within an API v2 page the skuid object is now sandboxed per Skuid page. See more information on our API reference: https://docs.skuid.com/latest/en/skuid/api/#sandboxing


Forum|alt.badge.img+20

Ok. It was sandboxed. Thx