Marcus Molchany
Marcus Molchany
Had the same issue, got this to work using the [custom callbacks passport docs](http://www.passportjs.org/docs/authenticate/#custom-callback). ```js router.post('/login', (req, res) => { passport.authenticate('local', (err, user, info) => { if (err) { return...
you'll want to do something like this: ```js type: ORDER_SUBMIT, payload: { request: { method: 'put', url: `/tickets/${orderData.orderTicketCode}`, data: {} }, options: { onSuccess({ getState, dispatch, response }) { dispatch({...
Hey @davecoffin, thanks for the detail here. Have you set up the [binary support with api gateway](https://github.com/nicholasgubbins/Serverless-Image-Resizer#api-gateway-binary-support)?
hey @warrenmcquinn! thanks for opening an issue. @nicholasgubbins and i are pretty busy right now, so can't give you an exact date when we'll get to this one. if you...
hey @ericxtang, i don't have time to make a pr for this right now. tag me if there's discussion or a pr for it though.
might be able to help with this one but i think i need some more deets. is this just string replacing the addresses? also is this for a node environment?
hey @eloudsa, can you tell me a little bit more about your project set up? are you using something like next or create react app? if you have a sample...
thanks for the info. i can take a look at what's going on with `react-scripts@5`.
I've added funding to this issue. I'd love for my site to work on FireFox with MetaMask without having to change my CSP. Thanks!
thank you for starting @evgeniuz! I can set up an example application that uses my current CSP if that would help.