When opening - http://localhost:4000/playground - http://localhost:4000/graphiql Getting this error in browser. {"statusCode":400,"error":"Bad Request","message":"Invalid cookie value"} but - http://localhost:3000/graphql works fine and I can see the tweets. Tired cleaning up the node_moudules and running yarn install. As a side note, I did notice an issue with sqlite3 when starting backend rds. I have to install sqlite3 from their master branch not working from npm. **Works when opening under incognito mode (Chrome)**
When opening
Getting this error in browser.
{"statusCode":400,"error":"Bad Request","message":"Invalid cookie value"}
but
works fine and I can see the tweets.
Tired cleaning up the node_moudules and running yarn install.
As a side note, I did notice an issue with sqlite3 when starting backend rds. I have to install sqlite3 from their master branch not working from npm.
Works when opening under incognito mode (Chrome)