You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new snapshot plan configuration with name daily-v8 (assuming you already had daily with generated snapshots)
Generate a few snapshots for new plan
Remove daily-v8 plan configuration
Try to load snapshot fir the pan which left (i.e. daily) and see the error:
Unexpected data found.
Trailing data {"exception":"[object] (Carbon\\Exceptions\\InvalidFormatException(code: 0): Unexpected data found.
Unexpected data found.
Trailing data at /app/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:690)
To reproduce do this:
daily-v8
(assuming you already haddaily
with generated snapshots)daily-v8
plan configurationdaily
) and see the error:here is a stack trace:
looks like the error happens in
SnapshotPlan.accept(.....)
method when Carbon::createFromFormat is calledThe text was updated successfully, but these errors were encountered: