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
On Cloudflare serializeAttachment accepts anything that can be structured cloned, but on celld, JSON.stringify and JSON.parse are used instead, which breaks objects that would rather work in Cloudflare.
On Cloudflare
serializeAttachmentaccepts anything that can be structured cloned, but oncelld,JSON.stringifyandJSON.parseare used instead, which breaks objects that would rather work in Cloudflare.