Log Out action is failing since upgrading to 10.23

0
Hi   We have upgraded our application from 10.12.1 to 10.23 and upgraded all of the marketplace modules to suit.  We had to clean a lot out of our userlib folder as part of this upgrade.   Now the LogOut JavaScript action fails with the following error.   An error occurred while executing an action of Atlas_Core.Atlas_Default.navigationTree3: JavaScript action was not implemented Nanoflow stack: "Call JavaScript Action: NanoflowCommons.SignOut" in nanoflow "Homepage.ACT_LogOut"    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:39:319549    at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:29:6830)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:29:6731)    at k (http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:51:85833)   An error occurred while executing an action of Atlas_Core.Atlas_Default.navigationTree3: JavaScript action was not implemented Nanoflow stack: "Call JavaScript Action: NanoflowCommons.SignOut" in nanoflow "Homepage.ACT_LogOut"    at http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:39:319549    at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:29:6830)    at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:29:6731)    at k (http://localhost:8080/mxclientsystem/mxui/mxui.js?638851507594029028:51:85833)     I can't find anything around the JavaScript action was not implemented error and it also doesn't show up on Live Log.   Thanks Grant
asked
2 answers
1

Looks like the default exception in generated JS code for a blank new JavaScript action.

Did you check the action itself?

image.png

answered
0

Hello Grant,

you may need to update nanoflow commons, did you check signout JS is available in your project directory.

image.png

answered