Krisan Timur
Krisan Timur
I bumped into this problem. Quick workaround is to use [`patch-package`](https://www.npmjs.com/package/patch-package). 1. First, you need to use the exact version of `@nuxtjs/firebase` like mine: ```json { "dependencies": { "@nuxtjs/firebase": "=7.6.1"...
@alexey2baranov I've tried `canRetry`, it only retry the initial connection. Once your connection Pool established, then it's disconnected for any reason, TypeORM still won't be able to reconnect your broken...
I think Bun supports Nest.js. I made a simple repro repo [here](https://github.com/krisanalfa/bunest). Though it's a very minimal repo, but it's able to proof that it is possible to use Nest.js...
Investigating this issue. I doubt it caused by Dingo Exception Handler.
Wow, thanks @elbakly! I will make a patch for this. Should check for another exception.
Hi, thanks for reporting this issue. What HTTP code did you get? Sorry, but I can't reproduce this bug.
Hi @newkillerbeast2017, can u use [this](https://www.getpostman.com/collections/1090b93eaa1ece4b09f2) postman collection to reproduce the issue? I can't reproduce.
Hi @rbnzdave it's been a while. Sorry for late reply. How's your issue status? Have you resolved this? Until now I can't reproduce this issue, so I cannot make any...
Thanks for reporting! Could you please send me a PR to fix this?