Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
[x ] You're running version >=1.0.23 of Parse Dashboard.
-
You're running version >=2.3.2 of Parse Server.
-
[x ] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
I am running Parse server 2.8.4 with Parse Dashboard 1.2.0 on AWS EBS. My Parse-server works fine but I am unable to login to my dashboard and I get the error "form tampered with". If I revert to version 1.1.0 it all works well.
From what I could gather online it could be an issue with missing cookie-secret but I thought I solved that by adding the following:
useEncryptedPasswords: true, allowInsecureHTTP: false, trustProxy: 1, cookieSessionSecret: process.env.COOKIE_SECRET
Is there something else I am missing here or is this a bug? Thanks for your help. Cheers, Trond