Back to Social Login Support

slav
slav

I'm getting this error, with facebook, haven't tested with the others yet.

We're sorry, but an unhandled error occurred. Please see the details below.

The email field is required. /vendor/october/rain/src/Database/Traits/Validation.php line 232

   if ($this->methodExists('afterValidate')) {
        $this->afterValidate();
    }

    if (!$success && $throwOnValidation) {
        throw new ModelException($this);  // line 232
    }

    return $success;

Any idea?

Last updated

Flynsarmy
Flynsarmy

I can't replicate. If you've found a replicatable bug, this plugin is open source. Please send a PR and I'll merge.

jprevot
jprevot

Hi, i have same error The email field is required.

    if ($this->methodExists('afterValidate')) {
        $this->afterValidate();
    }

    if (!$success && $throwOnValidation) {
        throw new ModelException($this);
    }

    return $success;
}
triasrahman
triasrahman

I got same problem. Any solution for this?

howtomakeaturn5843
howtomakeaturn5843

I got same problem now. How should I solve?

1-5 of 5