Rolland
Rolland
FFilament
Created by Rolland on 11/18/2024 in #❓┊help
No application encryption key has been specified
It only trigger this error when on local env. very weird. can anyone explain why this happening? is this a thing with filament?
5 replies
FFilament
Created by Rolland on 11/18/2024 in #❓┊help
No application encryption key has been specified
😄 I do have the APP_KEY value
5 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
i found this discussion. maybe it could help you. https://github.com/laravel/framework/discussions/50675
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
on my machine
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
for me the problem only occurs when using ssl, it worked fine when not using ssl. i am using apache btw
134 replies
FFilament
Created by TegarJK on 11/1/2024 in #❓┊help
How to get rid of clear all in notifications sidebar
extend the class do not edit directly under vendor
22 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
if i found solution i would share here.
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
did you manage to make it working?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
its alright, thank you for trying.
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
Imma go and cry at the corner of the room and re-trying this tommorow. 😄
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
BROADCAST_DRIVER=reverb
# CACHE_DRIVER=file
CACHE_DRIVER=redis
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
# SESSION_DRIVER=file
SESSION_DRIVER=redis
SESSION_LIFETIME=120
BROADCAST_DRIVER=reverb
# CACHE_DRIVER=file
CACHE_DRIVER=redis
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
# SESSION_DRIVER=file
SESSION_DRIVER=redis
SESSION_LIFETIME=120
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
GET|POST|HEAD broadcasting/auth ................................................................. Illuminate\Broadcasting › BroadcastController@authenticate
GET|POST|HEAD broadcasting/auth ................................................................. Illuminate\Broadcasting › BroadcastController@authenticate
is it this one?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
list?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
my bad.
'broadcasting' => [

'echo' => [
'broadcaster' => 'reverb',
'key' => env('VITE_REVERB_APP_KEY'),
'cluster' => env('VITE_REVERB_APP_CLUSTER'),
'wsHost' => env('VITE_REVERB_HOST'),
'wsPort' => env('VITE_REVERB_PORT'),
'wssPort' => env('VITE_REVERB_PORT'),
'authEndpoint' => '/broadcasting/auth',
'disableStats' => true,
'encrypted' => true,
'forceTLS' => false,
],

],
'broadcasting' => [

'echo' => [
'broadcaster' => 'reverb',
'key' => env('VITE_REVERB_APP_KEY'),
'cluster' => env('VITE_REVERB_APP_CLUSTER'),
'wsHost' => env('VITE_REVERB_HOST'),
'wsPort' => env('VITE_REVERB_PORT'),
'wssPort' => env('VITE_REVERB_PORT'),
'authEndpoint' => '/broadcasting/auth',
'disableStats' => true,
'encrypted' => true,
'forceTLS' => false,
],

],
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
WebSocket is closed before the connection is established.
WebSocket is closed before the connection is established.
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
No description
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
if it help, I have ssl enabled.
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
No description
134 replies
FFilament
Created by ericmp on 11/7/2024 in #❓┊help
How to configure reverb with filament?
my env
REVERB_HOST="procurement.dev"
REVERB_PORT=8080
REVERB_SCHEME=http
REVERB_HOST="procurement.dev"
REVERB_PORT=8080
REVERB_SCHEME=http
134 replies