Uncaught ReferenceError: _navigatePage is not defined
Summary
Uncaught error in PortalContent
Hi everyone,
I am getting the following error while I am running some features in our CP. Once we click the continue button, it should redirect to the next page by calling a custom widget to continue. But this error is being thrown and the continue button keeps on loading forever. While the same functionality on another page in the same portal was working fine. can someone help me out with the issue and what causes this error?
"Uncaught ReferenceError: _navigatePage is not defined"
Recently site got migrated to OCI.
Code Snippet
_formSubmitResponse: function(type, args) { if($("#tbl_calendar .selected").length >= 1) { _navigatePage("Continue");(----shows error here---) }
Tagged:
0