-
Notifications
You must be signed in to change notification settings - Fork 187
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
Error on sign out in Meteor 0.8.0 #130
Comments
I'm not experiencing this issue. Try |
@dkoo761 can you try AJ's suggestion? |
I tried the above suggestion but it didn't solve it. Just to be clear, I'm seeing the error on the client side in the browser console, not the Meteor server console. |
I have been running into the same issue, but I think I may have found a fix: #143 Looks like the issue is that |
I don't think this is solved. See my comment in the pull-request. |
Agreed, this is not solved. I'll leave a comment in the PR as well. |
Ok; I think I may have gotten this one now. Take a look at iron-meteor/iron-router#620 Looks like the the issue is that pause needs to be passed as a parameter like so:
I put together a PR: #168 |
#168 is merged, closing this. |
I just hit this again:
Which points to the last line of this:
Using Meteor 0.8.1.3, accounts-entry 0.7.3, iron-router 0.7.1. |
Just looks like we need to add |
Just to confirm, the required change is in the master branch, but has not yet made it to release (i.e., it is not in 0.7.3). |
You can point to master in your smart.json. Honestly, it hasn't been released because I need to update docs and changelogs and haven't sat down to do it.
|
No worries, just didn’t want to reinvent the “oh, wait…” Switching to master has unfortunately resulted in:
There is no On Jul 9, 2014, at 12:09 PM, Josh Owens notifications@github.com wrote:
|
Upgrade to 0.8.2 :) |
Upgrade meteor, that is. |
I was under the impression iron-router wasn’t compatible with Meteor 0.8.2 yet — I guess I’m wrong on that? Good to know. On Jul 9, 2014, at 12:13 PM, Josh Owens notifications@github.com wrote:
|
Do you have a specific issue that Iron Router is having with 0.8.2? |
Nope, based on the iron-router chatter, I didn’t even try it — was waiting to see a new release from iron-router saying they were ready for it. On Jul 9, 2014, at 12:15 PM, Josh Owens notifications@github.com wrote:
|
Upgraded Meteor to 0.8.2, no problems. Thanks much — happy to be using accounts-entry now. On Jul 9, 2014, at 12:15 PM, Ben Greene ben.m.greene@gmail.com wrote:
|
After signing out, I see the following error in the console:
Exception from Deps recompute function: Error: BlazeLayout: Sorry, couldn't find a template named entrySignOut. Are you sure you defined it?
at Component.lookupTemplate (http://localhost:3000/packages/blaze-layout.js?3dc9f80fff25f73dbaaad071907ff24046419cb4:127:11)
at http://localhost:3000/packages/blaze-layout.js?3dc9f80fff25f73dbaaad071907ff24046419cb4:267:35
at http://localhost:3000/packages/ui.js?b523ef986d3d39671bcb40319d0df8982acacfe8:2299:21
at callWithNoYieldsAllowed (http://localhost:3000/packages/deps.js?7afb832ce6e6c89421fa70dc066201f16f9b9105:74:5)
at _.extend._compute (http://localhost:3000/packages/deps.js?7afb832ce6e6c89421fa70dc066201f16f9b9105:212:7)
at _.extend._recompute (http://localhost:3000/packages/deps.js?7afb832ce6e6c89421fa70dc066201f16f9b9105:226:16)
at _.extend.flush (http://localhost:3000/packages/deps.js?7afb832ce6e6c89421fa70dc066201f16f9b9105:323:16)
The text was updated successfully, but these errors were encountered: