Your configDir ("/forest") does not exist. Please make sure it is set correctly.

Feature(s) impacted

Running the project

Observed behavior

Whenever I run the project, I get this error message in the logs: Your configDir ("/forest") does not exist. Please make sure it is set correctly.e

The admin works, but I still receive this error every time

Expected behavior

Expected behavior is not not have this error message in the logs

Failure Logs

Your configDir ("/forest") does not exist. Please make sure it is set correctly.e

Hello @Filip,

Have you tried changing your configDir in your Liana.init?
This thread might help you too.

Please let me know if this helps

@anon23361380 when I was setting up the admin initially, I followed the instructions and this is what it was (I’m not using Liana at all):

Hello @Filip,

You have a forest folder under the root of your project, right?
Can you please add this key in the forest.init call parameter:

configDir: path.join(__dirname, '../forest'),

It should appear next to envSecret, authSecret, etc.

Best regards