Hello friends,
I have a strange error. I do not see this error on my development server but I do see it on my production server. Same Espo version on both servers 7.4.5. PHP version is slightly different
production php version: (8.0.30)
development php version: (8.2.5)
I get the following error when visiting:
https://{espoURL}/#{MyCustomEntity}/create
Other custom entities I've created don't give any error when visiting the 'create' url. It is just this one. How should I go about debugging this?
espo.min.js:2
[Error] Unhandled Promise Rejection: SyntaxError: Unexpected token '<'
Function (espo.min.js:6)
_execute (espo.js:277)
_handleResponse (espo.js:738)
(anonymous function) (espo.js:606)
enqueueJob
then
(anonymous function) (espo.js:605)
I have a strange error. I do not see this error on my development server but I do see it on my production server. Same Espo version on both servers 7.4.5. PHP version is slightly different
production php version: (8.0.30)
development php version: (8.2.5)
I get the following error when visiting:
https://{espoURL}/#{MyCustomEntity}/create
Other custom entities I've created don't give any error when visiting the 'create' url. It is just this one. How should I go about debugging this?
espo.min.js:2
[Error] Unhandled Promise Rejection: SyntaxError: Unexpected token '<'
Function (espo.min.js:6)
_execute (espo.js:277)
_handleResponse (espo.js:738)
(anonymous function) (espo.js:606)
enqueueJob
then
(anonymous function) (espo.js:605)
Comment