I am developing an application using an API that is frequently offline, which prevents me from accessing the login page and continuing development. To avoid this issue, I would like to set up a passthrough to bypass the login page and go directly to the development page.
I have already tried changing the initial pages in the project settings, and tirnoff authentication but it didn't work. I received a red error screen.
How can I configure this passthrough in FlutterFlow to continue developing even when the API is unavailable?