Kyle

Results 18 comments of Kyle

I can confirm I am running into the same blocking issue. The issue seems to be in `filepond/src/js/utils/sendRequest.js` line 32: ``` ... // set default options options = { method:...

I created a PR for this issue: https://github.com/pqina/filepond/pull/854

I just ran into this issue as well. +1 from me.

I've put this task aside for now, so I haven't had a chance to do a workaround.

Personally I would find this useful to mock-out some back-end services/logic to simplify test setup. I know there are different ways of going about this, but one way it would...

Ah, I can see my test example was confusing. I have updated the issue reproduction to be a little closer to what I am trying to do. The use-case is...

I'm also running into this issue. In my case, I'm using SvelteKit. I'll work around the issue, but it would be great for other first-timers to this plugin to have...

Thanks for the answer @silviogutierrez . It's disappointing that there isn't a simple solution to this issue. I suppose my confusion comes from using SvelteKit, which handles much of the...

Hmm... I was unable to reproduce the issue with the latest release. All good now!

Sadly the issue seems to have returned. I have more information and a minimal reproduction of the issue. What I am observing is that a post request is being directed...