I’m not able to deploy a freshly made (empty) app ...
# seed
d
I’m not able to deploy a freshly made (empty) app with seed. More details in thread
I’m getting: Error: No build output found at “/tmp/seed/source/platform/build” for the “ReactSite” StaticSite.
I have one account per stage and my custom domain name is a different subdomain per stage as well.
I can send the debug gist in a private message if needed.
f
Hey @Daniel Gato, are u running
npm/yarn install
inside ur frontend? You can do that by adding a buildspec https://seed.run/docs/adding-a-build-spec.html#seedyml
It will look something like:
Copy code
before_build:
  - cd frontend && npm install
Let me know if that works for u.
d
makes sense. Now I get it. Thanks