Nuxnux
Nuxnux
FFilament
Created by Nuxnux on 10/8/2024 in #❓┊help
Notification not being send by reverb`
@Asmit Nepali did you delete the already here channels in channels.php it was so the problem for me but the problem is it only works on dev not in production
4 replies
FFilament
Created by Nuxnux on 10/23/2024 in #❓┊help
Run into a problem setting up reverb for notification
yup everything up to date whats weird is that it is instantiate properly outside filament
11 replies
FFilament
Created by Nuxnux on 10/23/2024 in #❓┊help
Run into a problem setting up reverb for notification
yeah sure exactly just add the REVER_SERVER_HOST and PORT for traefik
11 replies
FFilament
Created by Nuxnux on 10/23/2024 in #❓┊help
Run into a problem setting up reverb for notification
for here but there are feed
11 replies
FFilament
Created by Nuxnux on 10/23/2024 in #❓┊help
Run into a problem setting up reverb for notification
yeah sure i just delete those
11 replies
FFilament
Created by Nuxnux on 10/23/2024 in #❓┊help
Run into a problem setting up reverb for notification
yes here it is
REVERB_APP_ID=
REVERB_APP_KEY=
REVERB_APP_SECRET=
REVERB_HOST=mydomain without https://
REVERB_PORT=443
REVERB_SCHEME=https
REVERB_SERVER_PORT=8082
REVERSE_SERVER_HOST=127.0.0.1
REVERB_APP_ID=
REVERB_APP_KEY=
REVERB_APP_SECRET=
REVERB_HOST=mydomain without https://
REVERB_PORT=443
REVERB_SCHEME=https
REVERB_SERVER_PORT=8082
REVERSE_SERVER_HOST=127.0.0.1
it's works outside filament with this setup
11 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
but the instanciation of echo doesnt work on a filament custom page
15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
it works fine
15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
yes sure but i use reverb already outside filament
15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
but i think echo use pusher under the hood
15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
ohhh yes sure i use reverb
15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
i've modified as you said but the issue with the laravele cho not found remains
echo.js?v=3.2.116.0:2 Uncaught You must pass your app key when you instantiate Pusher.
fi @ echo.js?v=3.2.116.0:2
e @ echo.js?v=3.2.116.0:2
value @ echo.js?v=3.2.116.0:2
l @ echo.js?v=3.2.116.0:2
(anonymous) @ echo.js?v=3.2.116.0:2
a @ echo.js?v=3.2.116.0:2
value @ echo.js?v=3.2.116.0:2
l @ echo.js?v=3.2.116.0:2
(anonymous) @ chat:1089
supportLaravelEcho.js:16 Laravel Echo cannot be found
echo.js?v=3.2.116.0:2 Uncaught You must pass your app key when you instantiate Pusher.
fi @ echo.js?v=3.2.116.0:2
e @ echo.js?v=3.2.116.0:2
value @ echo.js?v=3.2.116.0:2
l @ echo.js?v=3.2.116.0:2
(anonymous) @ echo.js?v=3.2.116.0:2
a @ echo.js?v=3.2.116.0:2
value @ echo.js?v=3.2.116.0:2
l @ echo.js?v=3.2.116.0:2
(anonymous) @ chat:1089
supportLaravelEcho.js:16 Laravel Echo cannot be found
window.Echo = new window.EchoFactory(JSON.parse('{\u0022broadcaster\u0022:\u0022reverb\u0022,\u0022key\u0022:null,\u0022cluster\u0022:null,\u0022wsHost\u0022:null,\u0022wsPort\u0022:null,\u0022wssPort\u0022:null,\u0022authEndpoint\u0022:\u0022\\\/broadcasting\\\/auth\u0022,\u0022disableStats\u0022:true,\u0022encrypted\u0022:true,\u0022forceTLS\u0022:false}'))

window.dispatchEvent(new CustomEvent('EchoLoaded'))

window.Echo = new window.EchoFactory(JSON.parse('{\u0022broadcaster\u0022:\u0022reverb\u0022,\u0022key\u0022:null,\u0022cluster\u0022:null,\u0022wsHost\u0022:null,\u0022wsPort\u0022:null,\u0022wssPort\u0022:null,\u0022authEndpoint\u0022:\u0022\\\/broadcasting\\\/auth\u0022,\u0022disableStats\u0022:true,\u0022encrypted\u0022:true,\u0022forceTLS\u0022:false}'))

window.dispatchEvent(new CustomEvent('EchoLoaded'))

15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
i give it a try right now thanks for the fast response
15 replies
FFilament
Created by Nuxnux on 10/21/2024 in #❓┊help
Laravel Echo cannot be found on custom page in filament
. is for whisper if i remember right ?
15 replies
FFilament
Created by Nuxnux on 10/8/2024 in #❓┊help
Notification not being send by reverb`
everything is working for the notification but i don't get it in real time it save on db, show in the menu etc but not in real time
4 replies
FFilament
Created by Nuxnux on 10/3/2024 in #❓┊help
use js in the relation manager
I just solved it you need to wrap your js around
Alpine.data('test', () => {
// custom js here
});
Alpine.data('test', () => {
// custom js here
});
6 replies
FFilament
Created by Nuxnux on 10/3/2024 in #❓┊help
use js in the relation manager
it works on a Resource table and on a table in a custom page but not in a relation manager
6 replies
FFilament
Created by Nuxnux on 10/3/2024 in #❓┊help
use js in the relation manager
yes for every row
6 replies
FFilament
Created by Nuxnux on 10/2/2024 in #❓┊help
how to use swiperjs in filament
Thanks i will check on the docs currently i don't have the laracast subscription
4 replies
FFilament
Created by 0xtech on 10/2/2024 in #❓┊help
I'm seeking work as a full stack developer
@0xtech hey there is a miss typo on overview on BLog the L is in uppercase
4 replies