Blank Page when installing on Laravel 9 #1297
-
Hey, I just installed Canvas to my Laravel 9 website, and when I tried to log into Canvas I met a basically blank page. First I tried to install the newest version. When that didnt work, I thought maybe I should try an earlier version. So I installed the https://github.com/austintoddj/canvas/releases/tag/v6.0.39 version where it added Laravel 9 support. I also did the:
It might be worth to mention that I'm using Laravel Homestead, and sometimes I have some commands that work inside the VM and some that works outside. I don't know if this is related or no. I attached some pictures to show what I mean. Here's my composer.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found the answer. In my config/app.php my fallback_locale was set to "nb" (norwegian bokmål). When I changed this to "en" it worked. |
Beta Was this translation helpful? Give feedback.
I found the answer. In my config/app.php my fallback_locale was set to "nb" (norwegian bokmål). When I changed this to "en" it worked.