Skip to main content
Question

fetch - How to access GitHub Enterprise

  • April 17, 2025
  • 0 replies
  • 112 views

Konstantin_Demblin

In an internal Plugin I want to upload svgs from Figma to Github.

With Github.com that works fine, however, to make it work with our Github Enterprise account I have trouble.

To check if the plugin can even connect to GitHub Enterprise, I use this reduced code:

Ā 

Ā 

However, I get the error notification ā€œFailed to connect to GitHub Enterprise APIā€.

Our GitHub enterprise is internal, accessible behind a VPN. I am running FIGMA with the plugin code from within the VPN, but I am thinking that this call I do might still come ā€œfrom outsideā€ and therefore cannot access the internally GitHub Enterprise?

Ā 

This topic has been closed for replies.