Import fails with "Method not found: importservice.start" error #137

Open
opened 2026-05-25 15:05:46 +00:00 by mahmoud · 0 comments
Owner

Description

On the "Import Collection" page, after filling in the form with:

  • Git Repository URL: https://forge.ourworld.tf/geomind/docs_geomind.git
  • Namespace / Library: geomind

and pressing the "Start import" button, the following error is returned:

Import failed: [-32601] Method not found: importservice.start

The RPC method importservice.start appears to be unregistered, unimplemented, or incorrectly named on the backend.

Expected behavior: The import should start successfully, or the importservice.start method should be properly registered and available on the backend to handle the import request.

### Description On the "Import Collection" page, after filling in the form with: - Git Repository URL: `https://forge.ourworld.tf/geomind/docs_geomind.git` - Namespace / Library: `geomind` and pressing the "Start import" button, the following error is returned: `Import failed: [-32601] Method not found: importservice.start` The RPC method `importservice.start` appears to be unregistered, unimplemented, or incorrectly named on the backend. Expected behavior: The import should start successfully, or the `importservice.start` method should be properly registered and available on the backend to handle the import request.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#137
No description provided.