Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docs-vercel-deployment-issues (PR from TinaCMS) #2250

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/docs/introduction/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,15 @@ If you are working locally, make sure your GraphQL server is running. See [here]
## Document doesn't exist

Double check you aren't trying to access a document that doesn't exist.

## Vercel Deployment Issues

### Common issues when deploying starter templates

#### Popup blocker prevents Vercel from installing their GitHub app

After choosing which starter template to deploy, and being redirected to Vercel - a popup for Vercel to add their GitHub app may fail to open. Look in the bottom left corner for a toast message saying "The popup to install the GitHub App could not be opened. ".

![](https://res.cloudinary.com/forestry-demo/image/upload/v1727309107/docs/vercel-popup-blocked_ogt6fr.png)

To fix, check your browser's address bar for blocked popups, allow them, and retry.
Loading