Quantcast
Channel: User pahan - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by pahan for How do redirect to the Sign Up Page in Accounts Entry

$
0
0

your router configuration for overview route is incorrect.

try this

Router.map(function () {  this.route('overview', {    path :  '/overview',    controller :  OverviewController,    // Only a signed in User can use CaptainKanban    before:  AccountsEntry.signInRequired(this)  });});

and remove this line

notFoundTemplate: 'entrySignIn'

Viewing all articles
Browse latest Browse all 42

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>