A SequenceFlow cannot target a StartEvent, nor have an EndEvent as its source.
A StartEvent begins a sequence and cannot have incoming flows. Similarly, an EndEvent ends a sequence and cannot have any outgoing flows.
If you have incoming flows on a StartEvent or outgoing flows from an EndEvent, you must remove them.