System Information
-
Strapi Version: 4.5.6
-
Operating System: Ubuntu (Heroku)
-
Database: postgress
-
Node Version: 15.14.0
-
NPM Version: 9.6.4
-
Yarn Version: –
Hi! I just added 2 new standard text fields to the page as usual before, started my changes and after that on production after logging into the account, an error pops up and there is no way to enter the admin panel. Although at the same time on the admin panel queries responded normally.
Locally, everything works fine.
I also tried to redeploy again. Result is same.
Can you please tell me how I can fix it?
TypeError: Property description must be an object: undefined
at defineProperty (<anonymous>)
at f (7102.1d52b620.chunk.js:264:4639)
at j0 (main.bc3ac7c3.js:9821:54763)
at Yi (main.bc3ac7c3.js:9825:9145)
at Vt (main.bc3ac7c3.js:9825:989)
at Pe (main.bc3ac7c3.js:9825:917)
at Ae (main.bc3ac7c3.js:9825:768)
at cc (main.bc3ac7c3.js:9823:11072)
at main.bc3ac7c3.js:9821:39569
at i.unstable_runWithPriority (main.bc3ac7c3.js:9853:3947)
ac @ main.bc3ac7c3.js:9823
12:48:24.292 7102.1d52b620.chunk.js:264 Uncaught (in promise) TypeError: Property description must be an object: undefined
at defineProperty (<anonymous>)
at f (7102.1d52b620.chunk.js:264:4639)
at j0 (main.bc3ac7c3.js:9821:54763)
at Yi (main.bc3ac7c3.js:9825:9145)
at Vt (main.bc3ac7c3.js:9825:989)
at Pe (main.bc3ac7c3.js:9825:917)
at Ae (main.bc3ac7c3.js:9825:768)
at cc (main.bc3ac7c3.js:9823:11072)
at main.bc3ac7c3.js:9821:39569
at i.unstable_runWithPriority (main.bc3ac7c3.js:9853:3947)
I recommand to update to 4.8.0 because of security issues I think this would also maby fixes your problem
Update helped, thanks! 
Was afraid to do it without advice, when it’s not working 
1 Like