admin url not found after installation #1110
-
I have performed a clean installation of Laravel 11 and initially, everything seems fine. https://rnbservice.infiniteroles.com/ After that, I installed Backpack and created my first CRUD, but both the admin URL and the specific CRUD URL show up as not found 404. It’s been a while since my last Backpack installation, but I swear I’ve done all the steps correctly. Does it ring a bell if I might be missing something? Creating Model app/Models/User.php ……………………………………………………………….. ALREADY EXISTED Done! Go to https://rnbservice.infiniteroles.com/admin/user to see the CRUD in action. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello @infiniteroles Is you APP_URL correctly set in .env? is this https? This look as a server config issue than a Backpack problem. Please let me know what is your server config, is VPS, local? Docker? Backpack version. Thanks. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Can you share the Apache configuration and if there is something in Apache logs. Cheers. |
Beta Was this translation helpful? Give feedback.
-
I have reinstalled LAravel from scratch and now it´s working fine |
Beta Was this translation helpful? Give feedback.
I have reinstalled LAravel from scratch and now it´s working fine