私のローカルホストでは Laravel Cookie が機能していますが、Laravel Forge では機能していません。502
Forge では、エラー ログへのアクセスが許可されていないため、分析できないNginx の不良ゲートウェイ エラーが発生します。誰か助けてくれる?
これが私のコードです:
\Cookie::queue('linkedin_user', $li_user); //commenting out this line allows for the proper redirect on Forge
return redirect('/signup');