["JOY", "MirrorVlogger"]
["JOY", "MirrorVlogger"]
@nayeemdev If you manage to fix the issue, let me please share. My app is hosted on digital ocean
@nayeemdev alright man
@manshu please access is denied to the page
@rajatpatelz thank you do much. **But can you please explain how I can generate these keys:** LARAVEL_WEBSOCKETS_SSL_LOCAL_CERT="/etc/letsencrypt/live/yourdomain.com/fullchain.pem" LARAVEL_WEBSOCKETS_SSL_LOCAL_PK="/etc/letsencrypt/live/yourdomain.com/privkey.pem" LARAVEL_WEBSOCKETS_SSL_PASSPHRASE="YourPassPhraseIfAny **I use cloudflare for SSL**
No @iamB0rgy I haven't seen the solution. But in case you get it first, please drop it here. Thank you.
@iamB0rgy @iamB0rgy the solution is actually simpler than I thought. Here it is ``` public function home(Request $request, Visitor $visitor) { $visitorId = $visitor->id(); // Get all post that hasn't...