-
Running into the following errors both when hitting https://hapi-react-fullstack-bp.herokuapp.com/chat:
> `Uncaught (in promise) TypeError: socket.on is not a function`
As well as this one:
>…
-
Hello,
Any future plan to update boilerplate with Hapi 17 and latest Webpack and babel?
Thanks
-
hey there,
the build fails on osx:
npm: 3.10.5
node: v6.3.0
throw this error after the webpack info:
```
Hash: 9c073095ca32ea2fbb62
Version: webpack 1.13.1
Time: 11241ms
…
-
Hi, do you have an updated version for Hapi 17.1.1 ?
-
I've seen a few instances where people are trying to use Horizon with react-router.
For it to work it requires all routes to be redirected to index.html. Creating some boilerplate which extends Horiz…
-
Use composedServer.inject(...) so that we do not need to use Wreck.
-
Came up today with ViRES discussion-- HAPI server ability to include what the _mandatory_ citation language is (in return for having access to the data). Discussed earlier in the 'about/' field, but …
-
Hey @atroo, great work on this plugin.
I'm trying to get hot loading working with it, to create something like: https://github.com/gaearon/react-transform-boilerplate
As far as I can understand the…
-
Trying to follow the hapipal [Getting Started tutorial](https://hapipal.com/getting-started), but ran into these issues:
1. `npm init @hapipal` does not work on Windows, see today's comments in [ha…
-
The idea would be to find a harmonious balance to hide much of the redux boilerplate behind tests that expose a configuration API. This is similar to how Hapi.js hides implementation details by exposi…