Can't see elements from android app in Appium inspector and cannot access them in code

Hi, I’m currently automating an android app and I have the problem that on one of the pages with multiple textfields and one button, I can’t access any of these elements. In Appium inspector the elements are not shown/clickable and the page is also only captured if you put the app in background once. Also in code I always receive a TimeoutException when trying to find the elements.
Weird thing is that UI Automator viewer finds the elements, so at first sight it looks like an Appium bug to me. On other pages with only two textfields the elements are found though via inspector and findBy.

can anyone help me with this issue?

Hi, Seems that i have the same issue. How did you solve your problem?