Error Pathfinding Obstacle

Error when finding the path of an obstacle in an isometric game.
Hitboxes do not work on objects if you make objects isometric!

This is correct. Pathfinding obstacles go based off the AABB of the object. Not the hitbox.

How to solve this problem?