-
Notifications
You must be signed in to change notification settings - Fork 658
Dashboard in Production? #22
Comments
That’s probably because the middleware used for the dashboard is not configurable yet. |
@mpociot Yes, That would be great if we can do this. Telescope or Horizon both work well with this config and I'm using their dashboards in production as well. So would love to integrate the same for this package as well. @freekmurze This could've very well been marked as feature-request/bug. Not sure why you'd close it without any reason unless you don't want people to run this in production? You should update the docs if that's the case. |
Same problem here. Dashboard not running in production. User is null. |
…any app (#39) * Add the ability to configure middleware. Fixes #22 * Fix StyleCI Error. * Include X-App-ID * Reconstruct the PusherBroadcaster * fix styleci * change from overwriting constructor to new Broadcaster * optional inside dashboard gate * remove comment * fix for styleci * Fix typo * Removed unused $config['options']
how can i use laravel-websockets on cpanel or other hosting platforms |
Shared hosting is by far the worst environment to make WebSockets work. Duplicate of #460 |
ok bro i can deploy digital ocean or Heroku suitable for my application |
DigitalOcean is fine. You can deploy your app using Laravel Forge for example. |
Is it possible to disable the dashboard? |
+++ |
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to run the dashboard in production and limit its access to specific users but it looks like the
$user
var in Gate's definition is alwaysnull
for some reason.How can I run it with limited access to specific users?
P.S. I used the same code as in the docs. It appears there is no auth info in the request payload when the dashboard is running.
The text was updated successfully, but these errors were encountered: