Skip to content

Commit e11f176

Browse files
committed
Added FAQ for app not running in test mode after editing main.dart file with Supabase enabled.
1 parent cb2a7ec commit e11f176

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/ff-concepts/adding-customization/configuration-files.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,3 +686,11 @@ This error indicates a conflict in your `AndroidManifest.xml`. Common issues inc
686686
</p>
687687
</details>
688688

689+
<details>
690+
<summary>
691+
Why my app isn't running in Test Mode after editing the `main.dart` file with Supabase enabled?
692+
</summary>
693+
<p>
694+
There's a known limitation where editing the `main.dart` file with Supabase enabled prevents Test Mode from running. As a workaround, please use [**Local Run**](../../testing-deployment-publishing/running-your-app/local-run.md) to test your app instead.
695+
</p>
696+
</details>

0 commit comments

Comments
 (0)