Julian Romero

Results 4 issues of Julian Romero

The MyVideos page is showing incorrectly the number of videos: ![Screen Shot 2022-09-17 at 06 59 49](https://user-images.githubusercontent.com/12404245/190858151-3e9f1ab0-e1e6-4b47-8390-9356d56224d9.jpg)

bug

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...

bug

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) `...