You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In routes/auth.php, we are fetching the USER_REGISTRATION value through user_registration(). However, even when this value is set to true in the env, it doesn't change $user_registration to true. Due to this issue, the register button in the header remains inactive for guest users.
Tags like @click and @keydown.escape aren't functioning on all elements, preventing actions such as closing the language menu list in the header.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue.
Upgrading to Laravel 11 is in progress. I hope these issues will be fixed there. If you find a solution in between this time, please submit a PR.
In routes/auth.php, we are fetching the USER_REGISTRATION value through user_registration(). However, even when this value is set to true in the env, it doesn't change $user_registration to true. Due to this issue, the register button in the header remains inactive for guest users.
Tags like @click and @keydown.escape aren't functioning on all elements, preventing actions such as closing the language menu list in the header.
The text was updated successfully, but these errors were encountered: