Natalie Rose
Natalie Rose
What on earth is going on here?
@voxelbusters I'm having an issue where the above code would seem to indicate that this is not required, however, errors thrown in my routes are not being caught as you...
@voxelbusters I've found the answer for you. If you use `async`/`await` then express doesn't catch the promise rejecting. ```javascript app.get('/test1', (req, res) => { throw new Error('Express catches this error');...
I have this in my code (which just removes the `date` helper) ```javascript const handlebarsHelpers = require('handlebars-helpers'); // // Delete the `date` helper so that it doesn't get confused with...
@chigginsiii I'm having the same problem as this, did you ever work out what was going on?
@mustela Deleting my algolia indexes completely and rebuilding them ended up fixing the issue for me.
@mustela Ouch. That sucks. As I understand it @drdaeman is close the the issue. When debugging this I found that `Model.reindex` pulls the configuration from the existing index and merges...