Skip to content

The requested resource was not found when running yarn dev #35

@vdiaz1130

Description

@vdiaz1130

I've been trying to get this to work for several hours now with no luck. Getting the following error when running yarn dev

Error updating global header: NotFound: The requested resource was not found.
    at findByID (/projects/payload-app/public-demo/node_modules/payload/src/collections/operations/findByID.ts:114:15)
    at processTicksAndRejections (node:internal/process/task_queues:95:5) {
  data: null,
  isOperational: true,
  isPublic: false,
  status: 404
}
NotFound: The requested resource was not found.
    at findByID (/projects/payload-app/public-demo/node_modules/payload/src/collections/operations/findByID.ts:114:15)
    at processTicksAndRejections (node:internal/process/task_queues:95:5) {
  data: null,
  isOperational: true,
  isPublic: false,
  status: 404
}
Error updating global settings: NotFound: The requested resource was not found.
    at findByID (/projects/payload-app/public-demo/node_modules/payload/src/collections/operations/findByID.ts:114:15)
    at processTicksAndRejections (node:internal/process/task_queues:95:5) {
  data: null,
  isOperational: true,
  isPublic: false,
  status: 404
}

To reproduce:

  1. clone repo
  2. update .env file to include your DB
  3. run yarn dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions