Hello guys,
I encountered an issue where invokeRemote hangs when it is run in a Customer Management Service space. Other spaces works.
import { invokeRemote } from "@forge/bridge";
const response = await invokeRemote({...request});
The await call never returns.
Please help!!