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
When visiting a filtered collection view via directly pasting in the url in the browser, console logs the following error:
6215-33228227b1b5a70c.js:1 TypeError: Cannot read properties of undefined (reading 'field')
at hJ (5f45121c-8695c11f63b2c600.js:1:531097)
at lb (4bd1b696-b885e18b0305f700.js:1:41542)
at aY (4bd1b696-b885e18b0305f700.js:1:61269)
at on (4bd1b696-b885e18b0305f700.js:1:72672)
at ui (4bd1b696-b885e18b0305f700.js:1:111670)
at 4bd1b696-b885e18b0305f700.js:1:111521
at uo (4bd1b696-b885e18b0305f700.js:1:111529)
at i3 (4bd1b696-b885e18b0305f700.js:1:108657)
at uF (4bd1b696-b885e18b0305f700.js:1:128286)
at MessagePort.T (6215-33228227b1b5a70c.js:1:103285)
Application Error when Navigating
When navigating away from a filtered collection view in the admin panel, the application crashes with a client-side error:
"Application error: a client-side exception has occurred (see the browser console for more information)"
Describe the Bug
Cannot read properties of undefined
When visiting a filtered collection view via directly pasting in the url in the browser, console logs the following error:
Application Error when Navigating
When navigating away from a filtered collection view in the admin panel, the application crashes with a client-side error:
"Application error: a client-side exception has occurred (see the browser console for more information)"
Link to the code that reproduces this issue
https://github.com/moonclavedev/payload-vercel
Reproduction Steps
Steps to Reproduce
Expected Behavior
Navigation should work normally when moving away from filtered collection views.
Actual Behavior
The application crashes with a client-side exception related to undefined field properties.
Additional Context
Which area(s) are affected? (Select all that apply)
area: ui, area: core
Environment Info
The text was updated successfully, but these errors were encountered: