You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I go to the ghost/signin/ page and try to login, it returns the a 404.
If I go directly to port 2368, then I can login just fine, just not over the proxy. I believe this may have to do with the fact that it's a POST request instead of a GET request, but I'm not sure. Is there something special that needs to be done to proxy POST requests?
Thanks!
The text was updated successfully, but these errors were encountered:
This may not be an issue, save for the fact that I couldn't find anything about this in the documentation.
I'm attempting to use the Ghost blogging platform (v0.4) in a subdirectory with another Node/Express app. I was able to get it working by using node-http-proxy as described here: http://stackoverflow.com/questions/20431697/node-http-proxy-and-express
However, when I go to the ghost/signin/ page and try to login, it returns the a 404.
If I go directly to port 2368, then I can login just fine, just not over the proxy. I believe this may have to do with the fact that it's a POST request instead of a GET request, but I'm not sure. Is there something special that needs to be done to proxy POST requests?
Thanks!
The text was updated successfully, but these errors were encountered: