Replies: 2 comments 2 replies
-
|
I'm stuck in the same part, trying to deploy Keystone Admin UI to dev or prod. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@borisno2 aka Josh Calder states in his video on deploying Keystone to Vercel to use as the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Has anyone been able to deploy to Vercel recently? I have tried the boilerplate starters, and several on the example packages. No matter which I try I can't seem to get a successful deploy. I get the following error:
Error: No Output Directory named "public" found after the Build completed. You can configure the Output Directory in your Project Settings. Learn More: https://vercel.link/missing-public-directory
I have tried various output directory options such as .keystone .keystone/admin and ./. However, with these the app "builds" and runs but I just get page not found errors.
I feel like I must be missing something obvious. Any help would be appreciated. The same code deploys fine to Railway.
Beta Was this translation helpful? Give feedback.
All reactions