PetrShchukin

Results 9 comments of PetrShchukin

It works from npm.runkit.com... I've created react app, tried from there, but got a cors error. With an axios request and their rest api it works fine =/

But your example _doesn't_ work... I'm getting 500 error, probably the original error on codesandbox is hidden ``` "{"name":"HTTPError","headers":{},"request":{"method":"GET","url":"https://api.bitbucket.org/2.0/repositories/MunifTanjim","headers":{"accept":"application/json","user-agent":"bitbucket.js/2.1.0"},"request":{"validate":{"role":{"enum":["admin","contributor","member","owner"],"type":"string"},"workspace":{"required":true,"type":"string"}}}},"status":500}" ```

Still getting a 500 error on codesandbox and cors in a react app 🤷‍♂️. I've created a react app by using 'npx create-react-app myapp', then 'yarn add bitbucket', then simply...

Switched to hooks, works for me. P.S. once you use ux_mode redirect, callback won't be triggered as you leave the page. That has nothing to do with the library that's...

@gamesover I had some problems with the component approach, like I wasn't able to click button (it was disabled) so I used the hook approach. uxMode="redirect" worked for me, it...

> > > You must enable verification manually (is disabled by default) > > ``` > GRAPHQL_JWT = { > 'JWT_VERIFY_EXPIRATION': True, > } > ``` > > I believe...

Having the same issue with axios-retry library! "axios": "1.2.1", "axios-retry": "3.3.1", Came up with the following fix. ``` axiosRetry(axiosInstance, { retries: options?.retries ?? 2, shouldResetTimeout: true, retryDelay: (retryCount: number) =>...

Hi @laurentS , thanks for the answer. I see that your dedicated server is building the image, in my case AWS Lightsail is to weak for this operation. So in...

The issue is not with @ssut/nestjs-sqs. I am getting the same error using sqs-consumer package