I've followed the documentation on the GCP Github but that did not proxy requests to my rails server. I've read that there are middleware changes but those haven't worked either.
I had this working a month ago but sadly deleted the project that contained the working Gruntfile.js.(Hate myself so bad right now). Tried recovering the deleted file but to no avail!
Here is my yeoman angular generated code and rails api code for review. I've SOF a couple of posts with suggested middleware changes but they don't work!
I should be seeing the proxied request in my grunt serve console, but it just loads the task. Any helpful advice? Bout to quit yeoman and just build my dev tools with Gulp at this point.
See the "setting up a proxy" section of this post. If it's not clear what's different between those instructions and what you're doing, I'd suggest following the tutorial and see if any lightbulbs come on during that process.
Here's my working
Gruntfile.js
: