Get support for joshhanley/livewire-checksum-logger

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

joshhanley/livewire-checksum-logger

Livewire Checksum Logger

This package dumps Livewire's fingerprint and memo data to a log channel for debugging the "Livewire encountered corrupt data" error.

Installation

To install the package run

composer require joshhanley/livewire-checksum-logger

Usage

In your .env file, set the below option to true to enable and false to disable (or remove)

LIVEWIRE_CHECKSUM_LOGGER_ENABLED=true

You can also specify which channel the package will use. Currently it will use Laravel's log by default, but also has support for ray

LIVEWIRE_CHECKSUM_LOGGER_CHANNEL=ray

Once your env variables have been configured, make an initial request that contains a Livewire component. You should see the Livewire component ID and "RESPONSE" with the fingerprint and memo payloads.

Then trigger a Livewire request, and you should see the Livewire component ID and "REQUEST" with the fingerprint and memo payloads.

You can then manually compare these to see if there are any differences.

Here is a sample of how it looks in ray:

ray example

And sample log output:

log example

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2