Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have app write at the beginning in Laravel 6, next in 2020 I update Laravel to 8 (I wanted to run Livewire 2) and now update Laravel to 9. Now I install Orchid and I can't log in to admin panel. I see Orchid login page and create admin user with command:
php artisan orchid:admin admin [email protected] password
After login on Orchid login page i see only 403 Forbidden. When I go to main page of app i am log in to this account.
I try change in platform.php config this line:
'auth' => true/false,
and still the same. After login i see 403. In Laravel log i can't see any problem.
I comment out all route in web.php and clear app cache. The same problem - 403 Forbidden.
Can u help me?
Sorry for my English :)
Beta Was this translation helpful? Give feedback.
All reactions