liontantan Probably won't help but try giving your Tween a "from" value, like:
tween.tween_property(self,"position",target, 1).from(position)
Also, did you try removing the transition and ease? And can you watch your node in the debugger to check if its position changes? And how does your node tree look like?