Strapi admin page blank screen error

i facing strapi admin page blank screen error.
see error:

TypeError: Cannot read properties of null (reading ‘split’)
at admin-app.fea867af.chunk.js:1:1882
at Array.forEach ()
at gt (admin-app.fea867af.chunk.js:1:1857)
at Object.useReducer (main.83edb3fc.js:706:26948)
at x.useReducer (main.83edb3fc.js:779:6542)
at nt (admin-app.fea867af.chunk.js:1:2988)
at Jd (main.83edb3fc.js:706:20441)
at ah (main.83edb3fc.js:708:45137)
at Th (main.83edb3fc.js:708:40758)
at Sh (main.83edb3fc.js:708:40686)

and

Uncaught TypeError: Cannot read properties of null (reading ‘split’)
at admin-app.fea867af.chunk.js:1:1882
at Array.forEach ()
at gt (admin-app.fea867af.chunk.js:1:1857)
at Object.useReducer (main.83edb3fc.js:706:26948)
at x.useReducer (main.83edb3fc.js:779:6542)
at nt (admin-app.fea867af.chunk.js:1:2988)
at Jd (main.83edb3fc.js:706:20441)
at ah (main.83edb3fc.js:708:45137)
at Th (main.83edb3fc.js:708:40758)
at Sh (main.83edb3fc.js:708:40686)

please help me

Which Node version are you running (> node -v)? Did you recently update Strapi?

In general, you should try to rebuild Strapi (> npm run build) and then start it again.

If that did not help, you may want to remove node_modules and package-lock.json. Then build strapi and try again to start it.

If that did not help, please provide more information (e.g. node version, command used to start strapi, active plugins).