remix-auth-form
remix-auth-form copied to clipboard
request.formData is undefined
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 ?