Netlify: TipTap Pro Authentication Issue #7019
Unanswered
NG4Dev
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Problem
We're trying to use TipTap Pro extensions (specifically extension-export-docx and extension-import-docx) in our Next.js application. While
everything works perfectly on our local development machines, we cannot get the packages to install on Netlify's build servers. We
consistently get a "403 Forbidden" error when trying to fetch the TipTap Pro packages during the build process.
Our Setup
We're building a Next.js application on Netlify's build platform. We have a valid TipTap Pro authentication token that's 64 characters long . This token is stored as an environment variable called TIPTAP_PRO_AUTH_TOKEN in Netlify's
environment settings.
What Happens During the Build
When Netlify tries to build our project, we can see from the logs that:
What We've Verified
Solutions We've Attempted
The file gets created successfully but authentication still fails.
versions. All files were created successfully but authentication still failed.
authentication, we tried forcing NPM instead. However, Netlify kept defaulting back to Yarn despite our configuration changes.
The Specific Error
Every attempt results in the exact same error when Yarn tries to fetch the package:
Environment Details
What We Suspect
Since the authentication setup appears correct and the token is being read properly, we believe either:
The Question for TipTap Support
Given that our authentication setup appears correct (token is found, .npmrc is created with proper format, registry URL is correct), why would
we still receive 403 Forbidden errors? Is there something special about authentication from CI/CD environments or with Yarn 1.x that we need
to configure differently? The token works perfectly on local machines but fails consistently on Netlify's build servers.
Beta Was this translation helpful? Give feedback.
All reactions