Bug? BANanoVeutifyAD3 CRUD error

trying to do crud operations with bananoveutifyAD3 i can successfully create records in a mysql php database with laragon as webserver but attempting update and delete operations on the database from my BVAD3 web app doesnt work and in the browser console i get the following error :
app1709192107142.js:28695 Uncaught (in promise) ReferenceError: _BANp is not defined
at _B.read (app1709192107142.js:28695:519817)
at _B.mysqlexecute (app1709192107142.js:28695:183665)
at _B.execute (app1709192107142.js:28695:175657)
at _B.edit (app1709192107142.js:28695:153515)
at _B.tblprojects_edit (app1709192107142.js:29070:28261)
at a._cb (app1709192107142.js:28983:1703761)
at click (eval at cc (app1709192107142.js:81:104832), <anonymous>:3:7050)
at pn (app1709192107142.js:81:22005)
at a.r (app1709192107142.js:81:10384)
at pn (app1709192107142.js:81:22005)
i even tried examples supplied with BANanoVeutifyAD3 and still get the same errors what could be the problem
 
Top