Bill Walker

Results 15 comments of Bill Walker

We also have a reverse proxy in front of our app, and the app has an nginx sidecar with lua-resty-openidc. The issue we have is that the redirect_uri needs to...

Getting the exact same error (above from 1/6/2015) with the current versions when trying to use with react-slingshot which uses Webpack 2.x

We built an aquarium monitor/control system and wanted to allow users to designate some of their smart plugs for our system to control. We just need to discover, get state...

You should add this to your index.js, assuming you've added jquery to your package.json: ``` // bootstrap needs jquery available globally window.jQuery = window.$ = require('jquery/dist/jquery.min'); ```

Thank you! Just saw this now, which is good timing as we are updating our sidecar. Will give this a try.