How to Integrate Google APIs with a Next.js App (OAuth 2.0 Guide)

In this post, we’ll dive into integrating Google APIs with a Next.js app. We’ll walk through how to: Ready? Let’s get started! Step 1: Set Up Google Cloud Console Head over to console.cloud.google.com.Create a New Project.Under API & Services: Next, Create Credentials: Step 2: Install Dependencies Step 3: Set Up Your .env File These values are required to authenticate users via… Read More How to Integrate Google APIs with a Next.js App (OAuth 2.0 Guide)

How To Fix [Cannot read property ‘setParams’ of undefined] for Application Event in Aura Components

Component.cmp Controller.js Are you receiving cannot read property ‘setParams’ of undefined after assigning an event? This indicates that $A.get(“e.c:CRMAppEvent”) cannot find the event and any reference to setParams method or any properties of the event would eventually be undefined. To fix this you need to set your application event access to global CRMAppEvent.evt