hoodiehq-archive / legacy-hoodie-vagrant

⛔ not up-to-date
Apache License 2.0
5 stars 1 forks source link

can't access the app outside vagrant #2

Open lucasfs7 opened 9 years ago

lucasfs7 commented 9 years ago

Everything is running great and if I wget http://localhost:6001 form inside vagrant, it downloads the correct page, but if I access it outside vagrant, in a browser, the page only returns:

{
"statusCode": 400,
"error": "Bad Request",
"message": "Invalid cookie value"
}