Jonas Enge
Jonas Enge
Thanks for the feedback :smile: I think people tend to use Nginx with SSL as a reverse proxy in front. ... but yes - I assume it will be easy...
Are you sure that your webserver are reached externally? * Test with [apitester](https://apitester.com/shared/checks/e392a4ec7595433d99542956232c457e) - Change `example.com` with your external IP and `your-token` with your token. See that it responds with...
@mirestrepo Just tested with my setup and everything seems to work as expected.  Some shots in the dark here: * Could there be a problem with the certificate? (just...
Oh, that's hard to debug, especially when dockerhub just gives you "! Error" to go on. Thanks for sharing your solution.
I have the same issue. Parsing `buffer`, `text` or `json` causes `micro-dev` to hang. The problem lies in log.js - `reqBodyReady` needs to be set after `res.end` https://github.com/zeit/micro-dev/blob/11e501734daf2f02896321d2321e1e03a8b752ad/lib/log.js#L97
Ah, that may be @floatdrop Example with router and express-jwt ```js const {send, json} = require('micro') const Router = require('router') const finalhandler = require('finalhandler') const jwt = require('express-jwt') const router...
Thanks for the feedback. Anyone up for grabs?
Thanks @zacharyzollman
Good catch! Sadly I don't have the time to maintain it at the moment, PRs are welcome ;-)
Agreed, good idea! Sadly I don't have the time at the moment change it, PRs are very welcome!