Replies: 5 comments
-
Staging your project on my localhost also works fine. I can visit the Filament |
Beta Was this translation helpful? Give feedback.
-
I wonder if your deployed server might not have cache configured correctly? Perhaps you could explore customizing the |
Beta Was this translation helpful? Give feedback.
-
You said:
... so I'm assuming you ran |
Beta Was this translation helpful? Give feedback.
-
If you use Tinker to query the system, does it give expected responses? $user = User::first();
// should show the default admin user
$user->roles;
// should show that it has 2 roles These are based on the data in the seeders, as installed when calling |
Beta Was this translation helpful? Give feedback.
-
Hi! Thanks for your replies.
My MEMCACHED_HOST=127.0.0.1
Is correct?
El 1 feb 2024, 1:39 +0100, Chris Brown ***@***.***>, escribió:
… I wonder if your deployed server might not have cache configured correctly? Perhaps you could explore customizing the .env settings related to cache.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi!
My project works perfect on my machine, but when I deploy my project it's no possible navigate to control panel.
My project has been deployed on my VPS with plesk.
I have used Laravel Toolkit for deploy from github.
All databases have the same data than my local databasaes.
Remote database contains all spatie tables: roles, permissions, roles-has-permissions, and user-has-roles.
I have tried many things and I don't know what else to do.
My repository project is https://github.com/dryant/makezings (public repository)
How I can solve it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions