我的 Laravel cookie 在我的本地主机上工作,但在 Laravel Forge 上却没有。在 Forge 上,我收到一个无法分析的 Nginx502
错误网关错误,因为 Forge 不提供对错误日志的访问权限。有人可以帮忙吗?
这是我的代码:
\Cookie::queue('linkedin_user', $li_user); //commenting out this line allows for the proper redirect on Forge
return redirect('/signup');