Julian Romero
Julian Romero
The MyVideos page is showing incorrectly the number of videos: 
Using plugin VideoHLS. If I load any video for the first time, any browser, the message `"Not authorized: {"authorization":false,"msg":"The token is invalid"}" ` is returned when player is making a...
The documentation states: https://leafphp.dev/modules/http/v/2/request.html#resource-uri ``` You can get the HTTP request’s root URI and resource URI with the request object’s getRootUri() and getResourceUri() methods: //Get root URI $rootUri = request()->getRootUri();...
If you try to disable debug mode to not show code or more details on-screen when you got an error 500, the .env `APP_DEBUG=false ` or instruction ` app()->config('debug',false) `...