I am using Okta socialite to integrate and authentication. Once of my customer is facing an issue that it showsan 'InvalidStateException'. But I could not recreate the issue. The redirect function is provided below and the screenshot of the error.
class OktaController extends Controller
{
public function redirect()
{
return Socialite::driver('okta')->redirect();
}
...
