Mike Mellor

Results 12 comments of Mike Mellor

Seems to be working again today but may be worth looking into?

The example facebook Web flow also currently fails due to the returned response not being parsed correctly. The Url from the provider/facebook is returned as: `http://localhost:3000/login?#access_token=...` Which then gets parsed...

#60 I believe it's related to this problem, at the minute the path your specifying in templateData is being ignored and it's trying to find the json files in your...

I'm seeing this issue also, authenticate just seems to hang, i did notice that if i left it hanging for 5+ minutes i eventually saw this error on the server....

Any danger of this getting done?

Seek/Forward don't seem to work if you call them in ready like others have said, i used the following method to seek as soon as possible without a timeout. ```...

Yeah that will work fine, the point i'm making is that if you set a path for templateData it will get ignored and continue to look where the handlebar/html files...

I've added a failing test case that displays the issue, i'll try and take a whack at fixing it later if i get a chance. Feel free to take a...

It might also be worth mentioning in the readme that when using paths this way the folder structure for the json must match the folder structure for the hbs Like...

I figured it was the best of the three options i could think of: Option A - folder structure matches ``` `- hbsFolder ` - 1.hbs - 2.hbs - deepFolder...