Invalid state prevents merge messaging from loading
See original GitHub issueMerge Conflict testing surfaced the following error:
Uncaught (in promise) Error: invalid state - trying to append the diff to a merge entry that isn't defined. line: '' at Object.t.parseMergeResult (merge-tree-parser.ts:161) at Object.t.mergeTree (merge.ts:79) at <anonymous>
Steps to reproduce… a bit murky as it was hard to reproduce:
- set up and publish new branch (i have two commits: one initial, one gitignore )
- get the NDDB prompt to surface by comparing with default branch
- somehow i managed to get the same
gitignore
file to surface in both the Behind and Ahead tabs, likely by making a change to it - check the merge-messaging and it should be stuck in “checking” state
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
{"transition":"MERGED","state":"READY"} · Issue ... - GitHub
I've faced with the following error for some records during trying to update record: Invalid state transition.
Read more >How do I fix "Cannot pull into a repository with state
Right click on your project -> Team ->Merge When you do this it will ask for which branch to merge. Select the branch...
Read more >Merge widget goes to endless "Checking ability to ... - GitLab
Merge widget goes to endless "Checking ability to merge automatically" loading spinner when tab has been stale for a while. NOTE: This issue...
Read more >Troubleshooting Data Merge Errors - CreativePro Network
The data merge field names that are already placed in the InDesign file can't be found in the database that has just been...
Read more >Apache Kafka Reference Guide - Quarkus
If checkpoint.unsynced-state-max-age.ms is set to less than or equal to 0, ... Smallrye Reactive Messaging keeps this order for processing, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This will be fixed by 940c9e1709e9669dfa03a3e4aa992f29cf30153a - thanks for the help with reproducing it!
@tierninho thanks, I can see the same error now!