Move_and_slide not working as expected

Godot Version

4.3 dev 5

Question

Hi

In my game, the player can climb walls if their stamina isn’t 0 and the wall isn’t a one-way collision.
The thing is, that for some reason, when the player is standing on a platform, the climb only works to the right side. In the video below, you can see that the player can climb to the right but not to the left. I added to the video the prints of get_slide_collision_count and as you can see, to the right it shows 2 when to the left it only shows 1. Before you ask, climbing to the left is possible, when standing on normal ground or in the air it works as expected.

Thanks for the help
Showcase video

It says I need permission to see the video :godot:

Fixed it