Hi,
I’ve found that context:siteURL has been removed, resulting in some issues in the Apps. Could you please take a look and add it back?
resolver.define("validateConfigs", async ({ context, payload }) => {
const {
**siteUrl: siteURL,**
cloudId: cloudId,
} = context;
console.log(`>>>>>> The URL of destination site is: ${**siteURL**}.`);
>>>>>> The URL of destination site is: undefined.
Thanks,
YY1