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
throws an error if a cookie cannot be decoded. I have Authelia set up and therefore an additional cookie is sent with each request. This cookie cannot be decoded by the function in the code. Therefore an error is thrown and the administration interface is unusable. Probably the API too.
Describe the Bug
The code in
payload/packages/payload/src/utilities/parseCookies.ts
Line 14 in d55b6a3
Link to the code that reproduces this issue
payload/packages/payload/src/utilities/parseCookies.ts
Line 14 in d55b6a3
Reproduction Steps
There is no specific setup which triggers this issue, so I cannot provide a "reproduction".
payload/packages/payload/src/utilities/parseCookies.ts
Line 14 in d55b6a3
Which area(s) are affected? (Select all that apply)
Not sure
Environment Info
The text was updated successfully, but these errors were encountered: