[ColdBox 3.8.0] SetNextEvent from module to main app root

I’m trying to create a module that make some database operations. However after I made some changes, I need a way to sedirect to main event of my app.
If I use setNextEvent("/") I got the main event of module, what if I want redirect my iser to main event of main app?

I haven’t tried this, but can you redirect to getSetting(“defaultEvent”)?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Not redirect to main app…

setNextEvent() w/o an arg will use the default event.

Thanks!