Thomas Meitz
Thomas Meitz
As you can see the `migrate up` is no more available in the prisma client. I've tested it with the following versions. ```j "@prisma-multi-tenant/client": "^2.4.2", "@prisma/client": "^2.18.0", ``` After that...
@dpollastrini if the bug relates to lib.es2016 it should fixed there. Hardcoding it with 4 is no solution. @jkuri could you check the proposed solution with xhr.DONE?
@boenrobot did you tried to set the concurrency to 1?
@timmyrosen that is a lot of work. But you are right multipart upload sends all things in one request. As I'm first using the library I've implemented a golang multipart...
@Tomdrouv1 could you check the solution of @kevinvella?
Could you open a git repository with your setup, so I can check this out?
Yes only the setup you are using including the things like package.json and so on, so I have the same setup & releases you are using.
Thx! I've forked the repo.
could you add the UniversalInterceptor to your repo? ` import {UniversalInterceptor} from "./_services/universal.interceptor"; ` I need also your src/index.html + polyfills.ts files. Which node version do you use?
I've added it to the requirements.