Error: APP_SECRET is not set
I'm getting the pictured error whenever I attempt to start up my docker compose install of Twenty. I did in fact set the APP_SECRET in the .env file, and I tried every combination I could think of in the compose file between keeping it as provided in the example file, pasting the same secret into the yaml, and setting it to
I'm using docker desktop on windows 11.
APP_SECRET: ${APP_SECRET}. None of the above seems to have any effect.I'm using docker desktop on windows 11.
