valery-lavrik
valery-lavrik
In this case, there is only one solution: https://github.com/axios/axios/issues/5271#issuecomment-1381800275
I'm getting a similar problem. Is there a solution? The problem is reproduced when the file download request lasts more than 10 minutes.
> I'm also getting a same problem. but somehow I've figured out one way to avoid this error: **DO NOT USE path option**. > > android: { > fileCache: true,...
No, I use android
> Thats unexpected, since Android does not put up its own NFC dialogue in front of your app. But that's exactly what happens
> [@valery-lavrik](https://github.com/valery-lavrik) какой путь используется? В моем случае это не работало, потому что Android хотел создать папку для хранения файла, но я передал в путь «file://........./file.mp3». Поэтому мне пришлось убрать...
> Any suggestions for improvements on your side since seems like you found a way to get it to work? I just wrote this function in my own module and...