Skip to Content
Menu
This question has been flagged
1009 Views

I am trying to make my react app and integrate my react app with odoo through external Api's by help of nodeJs but when i tried to make database connection with odoo it gave me an error in node modules i.e

 sax.js:222 Uncaught TypeError: Cannot read properties of undefined (reading 'prototype')

    at sax.js:222:1

    at ./node_modules/sax/lib/sax.js (sax.js:1565:1)

    at options.factory (react refresh:6:1)

    at __webpack_require__ (bootstrap:24:1)

    at fn (hot module replacement:62:1)

    at ./node_modules/xmlrpc/lib/deserializer.js (deserializer.js:1:1)

    at options.factory (react refresh:6:1)

    at __webpack_require__ (bootstrap:24:1)

    at fn (hot module replacement:62:1)

    at ./node_modules/xmlrpc/lib/client.js (client.js:5:1)

Avatar
Discard