Asked by Ace Hedger on Aug 7, 2024
Ace encountered an error during UI extension deployment stating required scopes are missing for './app.functions', but the error message itself doesn't specify which scopes.
Answered by nick decker - level -32(negative)
Nicholas suggests checking the HubSpot API documentation for the endpoints used in the serverless function to identify the required scopes. He also recommends inspecting the full error object (potentially using JSON.stringify) as the specific scope names might be nested within it.