Import fails with "Method not found: importservice.start" error #137
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_books#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
On the "Import Collection" page, after filling in the form with:
https://forge.ourworld.tf/geomind/docs_geomind.gitgeomindand pressing the "Start import" button, the following error is returned:
Import failed: [-32601] Method not found: importservice.startThe RPC method
importservice.startappears to be unregistered, unimplemented, or incorrectly named on the backend.Expected behavior: The import should start successfully, or the
importservice.startmethod should be properly registered and available on the backend to handle the import request.