Sandpack + Team Pro + Artifactory Private Registry + local dev not loading private packages #929
Replies: 1 comment
-
As this looks a bug report and not a discussion, I'm going to address it on #928 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
As the title describes I am using a Sandpack instance with a Team Pro account within a NextJS app trying to load some private packages from my company's private registry on Artifactory within my dev environment running locally on https://localhost:3001 but continually getting this in the preview pane of Sandpack:
Browser devtools shows the request to
design-system-2-6-3-sandpack.codesandbox.io
failing with a 404 and a return payload ofCouldn't find the requested release version @.
My Sandpack instance in my application looks like this:
In the Codesandbox dashboard I have tried various permutations of the artifactory URL, scopes, even tried adding
localhost
andlocalhost:3001
andhttps://localhost:3001
to the domains section but nothing is working.I have confirmed our Artifactory instance is not behind a VPN
Beta Was this translation helpful? Give feedback.
All reactions