Dayana Panova

Results 8 comments of Dayana Panova

Hi @HuiSF, thank you for your reply, I made the following change in apiClient helper: ```ts import axios from "axios"; import { fetchAuthSession } from "aws-amplify/auth"; import { backendUrl }...

@cwomack Sure, I am provididing `package.json`. I am using "@aws-amplify/ui-react": "^6.1.6", and "aws-amplify": "^6.0.20", ``` { "name": "llama-app-frontend", "version": "0.1.0", "private": true, "scripts": { "build": "next build", "dev": "next dev",...

yes I understand, the problem is the same. We are reproducing the problem - the application is open without interaction in the browser for about 15 minutes. That is, no...

![image](https://github.com/aws-amplify/amplify-js/assets/67751911/63b39784-e1f6-43b4-867c-7b9d6ed832f8) Yes, this is the error. ``` import axios from "axios"; import { fetchAuthSession } from "aws-amplify/auth"; import { backendUrl } from "~/config"; const apiClient = axios.create({ baseURL: backendUrl, responseType:...

hey @israx even though I added logic to retry on network problem I still get this error. I am also attaching the changes I made. Is it possible the issue...

@israx Now, meanwhile, I'm working on another branch on another functionality and I had left the developer tools open and noticed the following logs in the console. ![image](https://github.com/aws-amplify/amplify-js/assets/67751911/d598724b-631a-4649-8ec4-5292b842157b) This means...

@israx @HuiSF @cwomack @robbevan I think that we can close this issue. The refresh token is working as expected. The problem was that I have a component in Next.js where...