React Errors when managing passwords after Upgrade to 1.9.4
-
Hi,
after the upgrade to version 1.9.4 its not possible to manage the passwords for posts/pages. The overlay is shown with “Loading data” and the closes immediately
Within the Network Tools i can see that the ajax calls (/wp-json/wppp/v1/get-all-password/[id] and /wp-json/wppp/v1/file-is-protect/[id]) are okay (Status 200) and passwords are returned within json format for the get-all-password call.
But within the Console i can see the following JS Errors:
react-dom.production.min.js:187 TypeError: Cannot read properties of null (reading 'toString')
at render (index.js:582:84)
at t.value (TableCell.js:72:1)
at ya (react-dom.production.min.js:173:129)
at ma (react-dom.production.min.js:172:275)
at Gl (react-dom.production.min.js:247:291)
at Fl (react-dom.production.min.js:216:158)
at Hl (react-dom.production.min.js:210:468)
at Rl (react-dom.production.min.js:206:363)
at react-dom.production.min.js:114:110
at t.unstable_runWithPriority (scheduler.production.min.js:20:127)index.js:582 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'toString')
at render (index.js:582:84)
at t.value (TableCell.js:72:1)
at ya (react-dom.production.min.js:173:129)
at ma (react-dom.production.min.js:172:275)
at Gl (react-dom.production.min.js:247:291)
at Fl (react-dom.production.min.js:216:158)
at Hl (react-dom.production.min.js:210:468)
at Rl (react-dom.production.min.js:206:363)
at react-dom.production.min.js:114:110
at t.unstable_runWithPriority (scheduler.production.min.js:20:127)So its not possible to manage the passwords.
Can you please check this?Thank you!
Best,
Andi
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.