microsoft / microsoft/process-migrator
Migration fails trying to create the "Scan" page
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 113
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
importing a process fails with the following error:
VS403112: A page with label 'Scans' already exists in the layout.
at RestClient. (C:...npm\node_modules\process-migrator\node_modules\typed-rest-client\RestClient.js:173:31)
at Generator.next ()
at fulfilled (C:...\npm\node_modules\process-migrator\node_modules\typed-rest-client\RestClient.js:6:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I have migrated several processes in the past but recently am seeing the error above.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the process import and follow the failure through typed-rest-client/RestClient.js:173, where the VS403112 response is reported. Determine why the migration attempts to create a duplicate 'Scans' page, then verify that importing the affected process completes without the duplicate-page error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100