Hello I am getting an error displayed on the Frappe
link.js:397 Uncaught TypeError: o.text.value.indexOf is not a function
at HTMLInputElement.<anonymous> (link.js:397:21)
at HTMLInputElement.dispatch (jquery.js:5135:27)
at elemData.handle (jquery.js:4939:28)
at $2.fire (awesomplete.js:504:16)
at _.select (awesomplete.js:291:7)
at HTMLUListElement.click (awesomplete.js:117:10)
It started suddenly appearing. Earlier it was not coming. In my local, I by mistakes uninstalled frappe bench so I just installed it again by ‘pip3 install frappe-bench’ and normally started my application using ’ bench start’
But I am getting this error.
Can someone see to it please.?