setup_password_recovery_routes & registration_open keys #673
-
During BKP6 theme conversion to Coreuiv2 i've this warnings in laravel.log
but i've these keys in config/backpack/base.php Same like bkp demo.. What's wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
Hello @blondie63 We are reviewing the message you sent us and we have not been able to replicate the error in a new installation, could you confirm that all Backpack packages are updated (CRUD, PRO, themes, etc.) and if this was an update, you didn't make any customizations to the settings? Thank you |
Beta Was this translation helpful? Give feedback.
-
@blondie63 try searching for |
Beta Was this translation helpful? Give feedback.
-
@tabacitu, these the two search: ![]() ![]() |
Beta Was this translation helpful? Give feedback.
-
As i see in code, thats error is show from method "backpack_theme_config", so is needed to check on your login.blade.php that call. And did you try to clean cache? |
Beta Was this translation helpful? Give feedback.
-
If you see in https://github.com/Laravel-Backpack/theme-coreuiv2/blob/main/resources/views/auth/login.blade.php the line 84 is:
and yours is:
Need to to the same with line 89
Yours:
Try to adapt as the official file, refresh the cache and the error must gone Cheers |
Beta Was this translation helpful? Give feedback.
-
@jorgetwgroup @tabacitu Thanks for all, now only this #668 is missing to me :( |
Beta Was this translation helpful? Give feedback.
-
I've found the problem !! Issues about bootstrap include ! |
Beta Was this translation helpful? Give feedback.
If you see in https://github.com/Laravel-Backpack/theme-coreuiv2/blob/main/resources/views/auth/login.blade.php
the line 84 is:
and yours is:
Need to to the same with line 89
Original
Yours:
Try to adapt as the official file, refresh the cache and the error must gone
Cheers