Arunas Skirius

Results 53 comments of Arunas Skirius

hey @MNhat0308 , are you using a database cache driver? Which database type and version are you using? Also, if you [switch to a different cache driver](https://log-viewer.opcodes.io/docs/3.x/configuration/result-caching#configuring-cache-driver-for-log-viewer), such as `file`...

@irtzamazhar please share the Log Viewer version, PHP version, Laravel version, `config/log-viewer.php` and what other packages you're using. Also, which cache driver are you using? If you switch to `redis`...

See https://github.com/opcodesio/log-viewer/issues/346#issuecomment-2293286486 Closing.

@BippyMiester hey, what is the issue? This is what gets logged if you use `dd()` or `dump()`

@BippyMiester , could it be because locally `APP_DEBUG=true` and in production it's `APP_DEBUG=false` ? When debug is enabled, Laravel errors are more verbose, and this error is one from a...

Closing as this has nothing to do with Log Viewer. Log Viewer just previews whatever's inside the `storage/logs/laravel.log` files. Please see [Logging](https://laravel.com/docs/11.x/logging) documentation on setting up and configuring Laravel logs.

Hey @dm-pf can you share how you've added a link to the Log Viewer? I'm not a Nova user, but I think what you're looking for is this: ```php use...

Hey @aristidesneto Could you share the request and response headers as well?

hey @aristidesneto , it's really hard to say what could be wrong here. The only thing that stands out is you using the `example.com` domain, which is definitely not a...

Project A config has a host that points to ProjectA as well. Shouldn't it point to Project B instead?