You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually have two problems, but the first one I fixed manually (maybe I'm doing something wrong). I'm listing them together in case they affect each other somehow.
When I make a new user with php artisan canvas:user admin [email protected]
Argument 1 passed to Canvas\Canvas::enabledDarkMode() must be of the type int, null given,
My manual fix is going into my own database and setting it to "0", then I get the same error with locale. And again I just set it manually. That's fine, a little annoying but fine.
Then when I log in there is no New Post button. This is how it looks where I'm guessing it's supposed to be a button
(It's the role editor because I tried changing it too see if that changed anything)
The text was updated successfully, but these errors were encountered:
Good catch here. I just pushed out a release to fix the dark mode and locale bugs.
The New Post button on the other hand is just a UX thing. It's actually only accessible on the /stats and /posts pages. I can understand if that's a bit too hidden for folks, but I wanted to make it consistent with the way that you create Tags and Topics. All are accessible from their list pages.
I actually have two problems, but the first one I fixed manually (maybe I'm doing something wrong). I'm listing them together in case they affect each other somehow.
php artisan canvas:user admin [email protected]
I then get an error when I go to www.url.com/canvas:
My manual fix is going into my own database and setting it to "0", then I get the same error with locale. And again I just set it manually. That's fine, a little annoying but fine.
(It's the role editor because I tried changing it too see if that changed anything)
The text was updated successfully, but these errors were encountered: