I'm attempting to call a REST API with a button click and display its JSON response on the dashboard. I'm using the following code as a reference. However, I'm not getting any results, and I can see this message in the developer tools console tab: "Error handling response: TypeError: Cannot read properties of undefined (reading 'mmrConsoleLoggingEnabled')"
... View more