Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend and Backend Issues - Are Updates No Longer Being Applied? #539

Closed
JunYoungMoon opened this issue Mar 28, 2024 · 1 comment · Fixed by #559
Closed

Frontend and Backend Issues - Are Updates No Longer Being Applied? #539

JunYoungMoon opened this issue Mar 28, 2024 · 1 comment · Fixed by #559

Comments

@JunYoungMoon
Copy link

JunYoungMoon commented Mar 28, 2024

  1. 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.
    image

  2. Tags like @click and @keydown.escape aren't functioning on all elements, preventing actions such as closing the language menu list in the header.
    image

@nasirkhan
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants