Replies: 2 comments
-
We faced a very similar problem that I reported in the following issue: #556 Were you able to resolve the issue? |
Beta Was this translation helpful? Give feedback.
-
Hi @john-butn! Offhand, everything seems fine in your screenshots. One option you can try is to (temporarily) update the "Save Method" setting to "SYNCHRONOUS_DML" (instead of "EVENT_BUS"), and then see if any Apex exceptions happen when You also mentioned that you added scenarios to the scenario table - are you referring the custom metadata type |
Beta Was this translation helpful? Give feedback.
-
Hi All,
We are playing around with Nebula and community/experience sites. In particular with the situation where we need to raise the level for a particular set of users to debug an issue.
Our org default (Log Level: INFO) is set as below:
We have created a profile specific setup for the community users (logged in) with an elevated log level (DEBUG):
Within our aura components, in addition to the markup, have added the following in one of the 'doInit' and another method;
The logs show within the console:
But no logs in the event stream are being generated. We have investigated the debug logs and no errors have surfaced, the only thing in the logs that gives any hint is the scenario appears to be set to null. I have tried everything I can think of - adding scenarios to the scenario table, settings, etc without success. I havent been able to find a reference in the debug logs to saveLog() being called.
Questions:
Apologies if I have missed this in the discussions posts with my searches.
Beta Was this translation helpful? Give feedback.
All reactions