Join the Webstudio community

Updated 3 weeks ago

"Secret is incorrect" with local (VS Code) builder

At a glance

A community member is trying to run the builder locally but is encountering a "secret is incorrect" error when logging in. They have set up the .env.development file, run the necessary commands, and tried different approaches, but the issue persists. Another community member has provided an answer, stating that they resolved the issue by entering the full AUTH SECRET, even though the guide suggests using only the first four characters.

Useful resources
Hi guys, I am trying to run the builder locally, but I can't get past the "secret is incorrect" error when trying to log in.

  • I've set up the .env.development file under /apps/builder
  • I'm starting it with pnpm dev
  • I've ran pnpm migrations migrate and I've restarted many times after editing the .env.development file
  • I'm entering only the 4 four characters per the guide, and I also tried it with pass:random@email.address
I have no idea what could be causing the issue anymore.

This is the guide I followed: https://docs.webstudio.is/contributing/contributing-for-developers#running-the-webstudio-project-using-vs-code
Attachment
image.png
Marked as solution
I've resolved it by entering the full AUTH SECRET, even though the guide says to enter the first four characters.
View full solution
l
O
3 comments
I've resolved it by entering the full AUTH SECRET, even though the guide says to enter the first four characters.
damn, don't know how its still in the docs, but this is full password, not 4 characters, was changed a while ago
Add a reply
Sign up and join the conversation on Discord