Problem and Solutions
Navigation.findNavController() in Fragment does not work properly in android ?
By M.K. Verma · 4 May 2022

findNavController(requireActivity()) .navigate(R.id.action_loginFragment_to_garageFragment)
use this code of line, I think it is helpful for you
Edit : If you are using it in fragment then,
Navigation.findNavController(getView()).navigate(R.id.action_loginFragment_to_garageFragment)