Markus Dobmann
Markus Dobmann
Hey! I had a deeper look on what's going on and I think I might have found a possible cause for the problem. It's the first time I dig that...
``` $ hoodie --dbUrl=http://flootr:secret@localhost:5984/ --port=7777 ``` and CouchDB runs on version 1.6.1. Logs: ``` verb app Initialising info config Storing all data in http://flootr:secret@localhost:5984/ info hapi plugins registered 🐶 Your...
The app runs on `localhost:8080`. I somehow (don't ask me how 😔) managed to have hoodie/pouchdb to use IndexedDB in my browser (latest Chrome) and the `_nonce` request failures are...
I think I've found what caused the error: Node.js v**8**. If I switch back to 7.9.0 (or use the LTS version), no errors.
+1 same issue, using webpack.
Hey @vivekgs2007! Thanks for reporting this issue. Would you be so kind and provide us with the following information? - Your webpack configuration file - The name of your `modernizrrc`...
Ok, if you're using webpack 2 I think you always have to provide `-loader` suffix (like `modernizr-loader!json-loader`). I'm not sure if you want this, but here you are not escaping...
Could you provide a small sample repository? I'm not sure if this is related to to the `modernizr-loader` itself, but a misconfiguration with webpack, somehow. Maybe @jhnns can provide us...
@vivekgs2007 do you think you can set up a small example repository which reproduces your error? I think this would be helpful so that we can finally solve your problem...
Yeah, I think you might have some misconfiguration with your webpack config. If you could set up a sample project which reproduces the error, we can help you. Otherwise it...