When I then switch back to the previous screen (which was fine before) or any other screen in the app, these screens are blank as well.
This happens in different browsers and on different laptops.
There seems to be an issue:
But when I open the debug tool, alle the screens are empty, no bugs or issues.
I don't have anything special in that screen. An api call to retrieve data and a simple JS query to modify data after barcode scans.
Refreshing the screen makes not difference. When I leave the app and go back in the startscreen works fine again. An when I start and close preview it's working fine as well.
Oddly, when I navigate to that screen that's giving issues by clicking the button in the editor, it is working fine as well.
Any idea if there is an issue with my app or is this a bug?
Got it, appreciate the extra info. I'm still not able to find anything that might be related. Do you think you could create a repro app and share a JSON export of it (pictured below)? Then I can dive into that error stack trace you're seeing.
If that's hard to do because of proprietary data or something, we can also do a debugging call. Let me know if that's better for you, my email is braden AT retool dot com.
Solved by Braden. My screen causing the issue was opened as a modal instead of a screen, becuase I was using a script to navigate instead of the native Retool navigation function.
The Zebra scanner component doesn't work properly when used in a modal. Will be fixed by the team.
Switching back to the native navigating so the screen doesn't open as a modal fixed the issue for now as well.