Jimmy Reichley
Jimmy Reichley
Raised `Invalid request parameters` errors using `application/x-www-form-urlencoded` as content type
This broke our CI suite as well, even though we are fronted by nginx to handle max body size. I'm having issues with getting it to play nicely with dotenv...
Raised `Invalid request parameters` errors using `application/x-www-form-urlencoded` as content type
That worked, thanks @jeremyevans. One thing I realized when setting that up is that we are actually on rack 2.x (because of rails 6). So its possible that was contributing...
Raised `Invalid request parameters` errors using `application/x-www-form-urlencoded` as content type
I think the main thing is that many people are already protected by eg nginx, and so its a bit annoying to "double configure" the settings here. I solved our...
Ran into this again when rolling 9.x to prod after 8.x a while back and forgetting to clear out the app. But this made it more difficult to clean up...
I think that about sums it up? Im not sure how this is meant to actually be done, but you just have to delete the GCM app before moving to...
OK, well Im not sure I have all that I did, but I'll document what I did here and others can maybe add to the conversation if they have differences...