Uncaught TypeError: Cannot read property 'replace' of null

Hello community I've tried to create a new document in nuxeo plateform, I've filled all the fields and when i click on “create” nothing happens i checked the log file and i found this error “Uncaught TypeError: Cannot read property 'replace' of null” I don't know how to fix it so if anyone can help me i'll be more than greatfull. Thank you

0 votes

1 answers

1035 views

ANSWER



It sounds to me like it's possible there is an event handler that is firing on create that is calling a chain or script that crashes.

0 votes