Issues trying to access an oracledb
Answered
Bumble bee posted this in #help-forum
Bumble beeOP
Module not found: Can't resolve 'thin/sqlnet/paramParser.js' when trying to connect to an oracledb
the issue doesnt arise in a backend.js file but for some reason if you run the sql code anywhere else it does, does anyone know a fix or have dealt with it before?
the issue is inside the library
the issue doesnt arise in a backend.js file but for some reason if you run the sql code anywhere else it does, does anyone know a fix or have dealt with it before?
the issue is inside the library
Answered by Bumble bee
fix: swap "thin/sqlnet/paramParser.js" for "./thin/sqlnet/paramParser.js"
life is pain.
life is pain.
1 Reply
Bumble beeOP
fix: swap "thin/sqlnet/paramParser.js" for "./thin/sqlnet/paramParser.js"
life is pain.
life is pain.
Answer