remix-auth-form icon indicating copy to clipboard operation
remix-auth-form copied to clipboard

request.formData is undefined

Open gabimor opened this issue 3 years ago • 0 comments

remix-auth: 3.2.1 remix-auth-form: 1.1.1

after configuring everything and hitting the login button I get an error saying request.formData is not a function. I tranced it back to the request.clone() found in authenticator.js:88 return strategyObj.authenticate(request.clone(), this.sessionStorage, {... removing the .clone() and I get no error. could it be that cloning removed the formData ?

gabimor avatar Jan 30 '22 12:01 gabimor