nango icon indicating copy to clipboard operation
nango copied to clipboard

A single API for all your integrations.

Results 123 nango issues
Sort by recently updated
recently updated
newest added

I've been working on a [figma integration](https://www.figma.com/developers/api#authentication) and ran into a ton of issues. Mostly generic errors from the wreck library "Content-type is not JSON compatible." I was able to...

Hi, I am not sure why, but Zoom tokens don't refresh even though I see a refresh token in the AuthId record. I didn't make any change to the code....

Any help would be very appreciated :) # Problem When I query the twitter api through the pizzly proxy, I get this error : ``` Object errors:Array[1] 0:Object code:32 message:"Could...

Good afternoon, I'm having a unique issue with Twitter, perhaps someone has some insight. To upload files to Twitter the URL must be uploads.twitter.com, so I set the URL to...

Port 8080 is already used on my server for something else. Is there a way to tell pizzly to use a different port?

To be clear, I resolved my issue as noted below, but I think there is a problem with the documentation that makes installation difficult. I'm installing pizzly on a headless...

Hello everyone, I would like to receive the list of authentication ids as it is described in /docs/API.md `/api/:integration/authentications` - To retrieve a list of authentications for that integration However...

bug
good first issue

I am using electron to create a desktop app. When I try to connect to pizzly through localhost on my browser, it works perfectly fine. When I use the electron...

Deleting an authentication from the dashboard does not work. I can call the api using Delete {url}/api/{app_name}/authentications/{auth_id} and it works as intended But when I delete through the dashboard, the...

bug
good first issue

Going to need to refactor once I know more about how pizzly works. If I could get some pointers on how this could work that would help. ## Proposed changes...