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
Akash Kumar 123Akash Kumar 123 

I am getting an error message "Invalid empty containerId/versionId" in wave analytics dashboard. what can be the possible cause of this or how can we tackle this?

Gobinath AGobinath A
Hi Akash,

It is still shown in the logs:
Open the Javascript console in the browser.
Enable logs:
edge.log.enabled = true; edge.log.query = true
Open the dataset
Change it. For example, set a "Group by" parameter.
You will see the query in the Javascript console, which includes the identifiers you are looking for.

Hope this helps.

Please mark this post as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,