I’m developing my first private app and running into this 403 error in my sandbox. Does anyone know how to resolve this? I’m unable to find a solution myself.
Hi! The /api/v2/nova/ endpoints aren’t part of the public API yet, so this error is expected — they’re internal and not intended for app development at this point.
Sorry, I should’ve specified- I’m not calling this endpoint from my code. The private app extension framework is. I’ve selected the “Custom panel” Extension type to be displayed within deal details, but upon loading a deal triggering this extension to render, I receive this error in the browser console.
Here is the Initiator stack trace straight from the browser’s Network tab. As you can see, the call originates entirely from Pipedrive’s internal frontend scripts, not my external app URL:
Is there something that needs to be activated on the backend for sandbox2 so that these extensions are allowed to execute properly? That seems to be where this is pointed.
Thanks for the clarification. It is indeed our deal details UI making a request to an internal (beta) Nova component as part of loading the deal view, not anything your Custom Panel triggers.
The 403 is due to a configuration issue on our side that we’re aware of and working on. Unless these errors are somehow interfering with your extension loading, you can safely ignore them for now.