Alexander Panov
Alexander Panov
you may have a look at [this][repo] repository. It supports client side aswell as server side. [repo]: https://github.com/pylipp/financeager
Same here, could you fix it?
Sounds great. What are the major priorities? What is the most important to be tested?
Function deployment via the ui does not work for me, because I can not link github correctly (getting 409 error). The CLI does not support my github authentication. What am...
Okay since I needed a fast solution, i did following steps to get a working sessions this evening for the cli. 1. clone the repository into your project 2. put...
Cannot add channels - "Could not add provider" error when trying to add Instagram or other providers
I have the same issue considering linkedIn. AxiosError requested failed with status code 403
Cannot add channels - "Could not add provider" error when trying to add Instagram or other providers
Okay so I fixed it for me. The 403 error occured in my case, because somehow the image could not be uploaded. So the thing I did is, to go...
Cannot add channels - "Could not add provider" error when trying to add Instagram or other providers
I will attach a patch soon with a detailed desc.
Cannot add channels - "Could not add provider" error when trying to add Instagram or other providers
The patch: ``` diff --git a/libraries/nestjs-libraries/src/database/prisma/integrations/integration.service.ts b/libraries/nestjs-libraries/src/database/prisma/integrations/integration.service.ts index a54758e6..4043a99d 100644 --- a/libraries/nestjs-libraries/src/database/prisma/integrations/integration.service.ts +++ b/libraries/nestjs-libraries/src/database/prisma/integrations/integration.service.ts @@ -106,7 +106,11 @@ export class IntegrationService { const uploadedPicture = picture ? picture?.indexOf('imagedelivery.net') > -1...
Cannot add channels - "Could not add provider" error when trying to add Instagram or other providers
> Unfortunately, I also have this error, fresh installation. Every time I try to add a service, I see this in the logs: > > Try the fix I proposed...