Unable to spin up the application #16041
Unanswered
Tarantula471
asked this question in
Q&A
Replies: 1 comment
-
|
I think what's happening is you're running the Payload monorepo directly (not a standalone app), and you haven't built the packages first. The SCSS @import 'vars' fails because the compiled assets don't exist yet. The fix is to build core packages before running dev:
Try that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I'm working on this application for the first time and after following these steps - https://github.com/nathanbowang/payload-concurrent-login-issue?tab=readme-ov-file#development
I'm unable to spin up the application. I've connected through Docker to connect locally and after doing
pnpm devit throws errorAny help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions