Daniel Joffe

Results 8 comments of Daniel Joffe

Thank you @skegel13, my production build was failing because of these missing types

@shakthi23 you want to check the files queue and see if there are files with the same name ``` // this.fileInput: the queue that is awaiting to submit files private...

other people are doing this too -> https://github.com/valor-software/ng2-file-upload/issues/609

> Anyone finding this thread, an easy hack solution if you are using Next JS, is to include: `trailingSlash: true,` in your next.config.js file. Sucks this has to be done,...

@hilongjw is there a sample app on how to get this middleware to work?

Having the same issues here as well Really don't like the workaround 😕

Hey @harlan-zw I'm having pretty much the same issue as OP. Could you elaborate more on what the right setup should look like? ```.json "resolutions": { "unctx": "unctx@^2.0.1" }, ```...

Thank you @harlan-zw ! Unfortunately upgrading modules is not an easy option. But I'll test which changes can help without breaking anything crucial