/forest/session not found

We cannot access to our forestadmin panel. It shows Failed to load resource: the server responded with a status of 404 (Not Found) for /forest/session path

Expected behavior

Logged into dashboard and manage database

Actual behavior

Oops, cannot reach the endpoint on your application. Check your Liana version.

Failure Logs

Context

Please provide any relevant information about your setup.

@babel/runtime”: “^7.0.0-beta.55”,
“apollo-server”: “^2.19.1”,
“apollo-server-express”: “^2.19.0”,
“axios”: “^0.21.1”,
“bcryptjs”: “^2.4.3”,
“chalk”: “~1.1.3”,
“cookie-parser”: “~1.4.4”,
“cors”: “^2.8.5”,
“crypto”: “^1.0.1”,
“debug”: “~2.6.9”,
“dotenv”: “^8.2.0”,
“es6-promise”: “^4.2.8”,
“express”: “~4.16.1”,
“express-jwt”: “^6.0.0”,
“forest-express-sequelize”: “^6.6.3”,
“graphql-subscriptions”: “^1.1.0”,
“graphql-type-json”: “^0.3.2”,
“http-errors”: “~1.6.3”,
“knex”: “^0.21.12”,
“morgan”: “~1.9.1”,
“nodemailer”: “^6.4.17”,
“pg”: “^8.5.1”,
“require-all”: “^3.0.0”,
“sequelize”: “^6.3.5”,
“stripe”: “^8.128.0”,
“subscriptions-transport-ws”: “^0.9.18”,
“uuid”: “^8.3.2”

Hi @AizuddinBadry !
Can you share a video of the issue using https://loom.com for example.

Hello, I too am experiencing this issue. Wondering if there ever was a solution to this issue, my logs show the exact same issue and when I try to log in the only error forest gives me is “Oops, cannot reach the endpoint on your application. Check your Liana version.”

Hello @DannySaludSativa,

Welcome to the Forest Admin community!!! :tada:

Could you share with me the versions of your setup please?
Also do you have some logs to share?
We will see this together. Maybe a simple update should help you get rid of this error.

Hello,

I am using the following versions

"express": "^4.17.1",
"forest-express-mongoose": "^5.7.0",
"mongoose": "^5.9.10",
"mongoose-unique-validator": "^2.0.3",

and as for my logs, heres a screenshot of my web browser inspection

Hi @DannySaludSativa,

You apparently have a trailing white space (20%/) at the end of the endpoint (https://cbd-saludsativa.herokuapp.com). Is that an expected configuration?