I have problems in setting the config variables for ember simple auth. i am currently working on removing the depreciation Mixins like ApplicationRouteMixin
and i want to set up the variables like :
routeAfterAuthentication: 'protected.index',
routeAfterLogout: 'login',
registerRoute: 'signup',
routeIfAlreadyAuthenticated: 'protected.index',
currently, i added it inside the enviroument.js file but the problem is after i login successfully, the session does not redirect to the index route. so it doesn’t recognize routeAfterAuthentication value.