Payload cms. fetch failed when trying to build an app #10146
Inna-Mykytiuk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every time I want to install an app, I get this message, no matter if I use npx or pnpix
$ npx create-payload-app
┌ create-payload-app
│
◇ ────────────────────────────────────────────╮
│ │
│ Welcome to Payload. Let's create a project! │
│ │
├───────────────────────────────────────────────╯
│
◇ Project name?
│ payload
│
◇ Choose project template
│ blank
│
◇ Select a database
│ MongoDB
│
◇ Enter MongoDB connection string
│ mongodb://127.0.0.1/payload
│
■ fetch failed
or
$ npx create-payload-app
┌ create-payload-app
│
◇ ────────────────────────────────────────────╮
│ │
│ Welcome to Payload. Let's create a project! │
│ │
├───────────────────────────────────────────────╯
│
◇ Project name?
│ payload-test
│
◇ Choose project template
│ blank
│
◇ Select a database
│ MongoDB
│
◇ Enter MongoDB connection string
│ mongodb+srv://innkapinnka:[email protected]/
│
■ fetch failed
Result will be the same. Help me please.
Beta Was this translation helpful? Give feedback.
All reactions