Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routes rendering blank #28

Open
amcneilly opened this issue Jan 16, 2016 · 1 comment
Open

Routes rendering blank #28

amcneilly opened this issue Jan 16, 2016 · 1 comment

Comments

@amcneilly
Copy link

I have followed the readme example using my existing layout however when i visit any of the routes e.g. login-in or recover-password the rendered page is blank with no content.

AccountsTemplates.configure({
defaultLayoutType: 'blaze', // Optional, the default is 'blaze'
defaultTemplate: 'myCustomFullPageAtForm',
defaultLayout: 'myLayout',
showForgotPasswordLink: true,
defaultLayoutRegions: {
nav: 'myNav',
footer: 'myFooter'
},
defaultContentRegion: 'main'
});

AccountsTemplates.configureRoute('forgotPwd');

My Packages

Meteor packages used by this project, one per line.

'meteor add' and 'meteor remove' will edit this file for you,

but you can also edit it by hand.

alanning:roles
cmather:[email protected]
dburles:collection-helpers
reywood:publish-composite
momentjs:moment
mrt:underscore-string-latest
matb33:collection-hooks
dburles:factory
anti:fake
cunneen:mailgun
yasinuslu:blaze-meta
aldeed:autoform
aldeed:collection2
gildaspk:autoform-materialize
less
standard-minifiers
meteor-base
mobile-experience
mongo
blaze-html-templates
session
jquery
tracker
logging
reload
random
ejson
spacebars
check
forwarder:autoform-wizard
fourseven:scss
mrgalaxy:stripe
themeteorchef:bert
bookmd:creditcard-validator
meteorstuff:materialize-modal
reactive-var
meteortoys:allthings
zimme:active-route
kadira:flow-router
kadira:blaze-layout
erasaur:meteor-lodash
stolinski:stylus-multi
fortawesome:fontawesome
spiderable
fastclick
raix:handlebar-helpers
gwendall:auth-client-callbacks
arillo:flow-router-helpers
juliancwirko:s-alert-scale
juliancwirko:s-alert-slide
juliancwirko:s-alert-genie
juliancwirko:s-alert-jelly
juliancwirko:s-alert-flip
juliancwirko:s-alert-bouncyflip
juliancwirko:s-alert-stackslide
juliancwirko:s-alert
simple:reactive-method
http
email
useraccounts:core
useraccounts:flow-routing
accounts-password
softwarerero:accounts-t9n

@jshimko
Copy link
Member

jshimko commented Jan 16, 2016

The config you have there is specifying a custom layout and template. Do you have a layout and template matching those names?

You can also see the boilerplates repo for working examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants