Hi everyone, good afternoon!
Has anyone ever encountered the following error when trying to run a test directly inside the Einstein Bot Builder?
Error Notification: There was a problem building the bot configuration. Cannot invoke "moduleapi.content.ContentAssetReferenceService$FileAssetInfo.getVersionId()" because the return value of "moduleapi.content.ContentAssetReferenceService.getFileAssetInfoForAssetLatestVersion(String)" is null
The bot works fine in production, but in the sandbox this error occurs right at the start of the test — even though there are no images or assets configured in the welcome dialog.
Any ideas on what could be causing this or how to resolve it?