N8n Academy Quickstart - "Active version not found" on company-warehouse endpoint

Describe the problem/error/question

I’m taking the n8n Academy QS101 Quickstart course.
I’m currently on the “GetDataFromWarehouse” exercise.
I configured the HTTP Request node exactly as described in the course:

  • Method: GET
  • URL: https://learn.app.n8n.cloud/webhook/courses/n8n-quickstart/company-warehouse
  • Authentication: Generic Credential Type
  • Generic Auth Type: Header Auth
  • Header Auth credential:
    • Name: X-API-KEY
    • Value: (the value provided by the course)
  • Additional header:
    • Name: x-assessment-id
    • Value: my assessment ID
      However, every request returns an error saying that the requested resource could not be found.
      I also opened the endpoint directly in my browser, and it returns the same response, so it seems the issue is with the Academy endpoint rather than my local n8n instance.
      Is this endpoint currently unavailable or has it been moved?

What is the error message (if any)?

```json { “code”: 404, “message”: “Active version not found for workflow with id \“eWG4FckrmKSjo4TU\”” } ```

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

{
  "code": 404,
  "message": "Active version not found for workflow with id \"eWG4FckrmKSjo4TU\""
}

Information on your n8n setup

  • n8n version: 2.31.7
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default (Docker)
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows 11

Hey @mohammedhachoud, while you wait for a response, here are some things that might help:

Suggested resources

Automatically matched to your question.

Docs:

Forum:

@jamiemadden_n8n, @musharraf39, @maciejguc - you’ve helped with similar issues before, can you take a look?

Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.

@mohammedhachoud You should be good to go now, The education team have quickly resolved it.

Yes, it’s working now. Thank you for the quick fix! I appreciate it. :blush: