You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the steps below to identify your codemagic error:
11
11
@@ -29,9 +29,7 @@ Follow the steps below to identify your codemagic error:
29
29
30
30
- Now, press **Cmd/Ctrl + F** to search for the term **"error"** in the logs to find the root cause of the issue. Keep pressing **"Enter"** till you find the error ( this is usually at the bottom of the logs ).
31
31
32
-
If you search for "error" and still don't find an error message that makes sense to you then you can also try with the following keyword:
33
-
34
-
**message**
32
+
If you search for "error" and still don't find an error message that makes sense to you then you can also try with the following keyword "message".
Copy file name to clipboardExpand all lines: docs/troubleshooting/deployment/codemagic_deployment_tips.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ title: CodeMagic Deployment Tips
8
8
Here are some tips to avoid Deployment issues:
9
9
10
10
:::tip
11
-
- Make sure you've followed all the steps for [setting up deployment](/deployment/deploy-for-environments/#mobile-deployment) in your project.
11
+
- Make sure you've followed all the steps for **[setting up deployment](/deployment/deploy-for-environments/#mobile-deployment)** in your project.
12
12
- If you choose a deployment source from a GitHub Repository then please make sure that it's associated with FlutterFlow's GitHub integration.
13
13
- If you are deploying to the Play Store from a GitHub repo, make sure to modify your build.gradle file to sign in release mode.
14
14
- Setting a version number is optional but may be required for specific cases. If you are updating an existing app that has not been deployed using FlutterFlow yet, you will want to specify a version number.
Copy file name to clipboardExpand all lines: docs/troubleshooting/deployment/deployment_issues_with_stripe_integration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Integrating Stripe in your FlutterFlow project can help you accept payments effi
9
9
10
10
1.**Firebase Connection**
11
11
12
-
Stripe integration requires a connected Firebase project. Before running through this checklist, it's important to ensure your FlutterFlow project is linked to Firebase, a crucial step for successful payment processing. Detailed guidance can be found at [FlutterFlow's Firebase Setup Guide](https://docs.flutterflow.io/data-and-backend/firebase/firebase-setup).
12
+
Stripe integration requires a connected Firebase project. Before running through this checklist, it's important to ensure your FlutterFlow project is linked to Firebase, a crucial step for successful payment processing. Detailed guidance can be found at **[FlutterFlow's Firebase Setup Guide](/integrations/firebase/connect-to-firebase/#step-1-set-up-your-project)**.
13
13
14
14
2.**Upgrade to Firebase Blaze Plan**
15
15
16
-
Stripe functionality requires a Firebase Blaze Plan for operational capabilities. To avoid disruptions, you will need to upgrade from the Firebase Spark plan to the Blaze plan. Learn more about Google's process for upgrading[here](https://firebase.google.com/docs/projects/billing/firebase-pricing-plans).
16
+
Stripe functionality requires a Firebase Blaze Plan for operational capabilities. To avoid disruptions, you will need to upgrade from the Firebase Spark plan to the Blaze plan. Learn more about **[Google's process for upgrading](https://firebase.google.com/docs/projects/billing/firebase-pricing-plans)**.
17
17
18
18
3.**Set the Google Cloud Platform (GCP) Location**
19
19
@@ -23,13 +23,13 @@ Integrating Stripe in your FlutterFlow project can help you accept payments effi
23
23
24
24
4.**Firebase Project Permissions**
25
25
26
-
Ensure you have the necessary permissions enabled for your Firebase project. Two critical permissions involve access management and service configuration. You can reference the [setup guide](https://docs.flutterflow.io/data-and-backend/firebase/firebase-setup)on FlutterFlow Documentation on FlutterFlow Documentation.
26
+
Ensure you have the necessary permissions enabled for your Firebase project. Two critical permissions involve access management and service configuration. You can reference the **[setup guide](/integrations/firebase/connect-to-firebase/#step-1-set-up-your-project)**on FlutterFlow Documentation on FlutterFlow Documentation.
27
27
28
28

29
29
30
30
5.**Correct Merchant Code**
31
31
32
-
Use the correct 3-letter merchant country code (e.g., "GBR" for the United Kingdom vs. "UK"). Incorrect codes can lead to failed transactions. For accurate codes, refer to [IBAN Country Codes](https://www.iban.com/country-codes).
32
+
Use the correct 3-letter merchant country code (e.g., "GBR" for the United Kingdom vs. "UK"). Incorrect codes can lead to failed transactions. For accurate codes, refer to **[IBAN Country Codes](https://www.iban.com/country-codes)**.
Copy file name to clipboardExpand all lines: docs/troubleshooting/deployment/fixing_razorpay_deployment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Fixing Razorpay Deployment
5
5
---
6
6
# Fixing Razorpay Deployment
7
7
8
-
Razorpay is a major payment processor in India. Integrating [Razorpay](https://razorpay.com/) can allow users to make payments using their app. This article outlines some common scenarios and troubleshooting instructions for Razorpay deployment issues.
8
+
Razorpay is a major payment processor in India. Integrating **[Razorpay](https://razorpay.com/)** can allow users to make payments using their app. This article outlines some common scenarios and troubleshooting instructions for Razorpay deployment issues.
9
9
10
10
1.**Firebase Integration and Auth**
11
11
@@ -28,7 +28,7 @@ Razorpay is a major payment processor in India. Integrating [Razorpay](https://r
28
28
29
29
4.**Firebase Project Permissions**
30
30
31
-
Make sure your Firebase project has the required permissions activated. Access management and service configuration are two essential permissions to focus on. For guidance on setting these up, look at the instructions in the [FlutterFlow Project Setup](https://docs.flutterflow.io/resources/projects/settings/project-setup/).
31
+
Make sure your Firebase project has the required permissions activated. Access management and service configuration are two essential permissions to focus on. For guidance on setting these up, look at the instructions in the **[FlutterFlow Project Setup](/resources/projects/settings/project-setup/)**.
Copy file name to clipboardExpand all lines: docs/troubleshooting/deployment/fixing_stripe_deployment_and_payment_errors.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ Integrating Stripe for payment processing in FlutterFlow can significantly simpl
11
11
12
12
1.**Firebase Connection**
13
13
14
-
Stripe integration requires a connected Firebase project. Before running through this checklist, it's important to ensure your FlutterFlow project is linked to Firebase, a crucial step for successful payment processing. Detailed guidance can be found at [FlutterFlow's Firebase Setup Guide](https://docs.flutterflow.io/data-and-backend/firebase/firebase-setup).
14
+
Stripe integration requires a connected Firebase project. Before running through this checklist, it's important to ensure your FlutterFlow project is linked to Firebase, a crucial step for successful payment processing. Detailed guidance can be found at **[FlutterFlow's Firebase Setup Guide](/integrations/firebase/connect-to-firebase/)**.
15
15
16
16
2.**Upgrade to Firebase Blaze Plan**
17
17
18
-
Stripe functionality requires a Firebase Blaze Plan for operational capabilities. To avoid disruptions, you will need to upgrade from the Firebase Spark plan to the Blaze plan. Learn more about Google's process for upgrading[here](https://firebase.google.com/docs/projects/billing/firebase-pricing-plans).
18
+
Stripe functionality requires a Firebase Blaze Plan for operational capabilities. To avoid disruptions, you will need to upgrade from the Firebase Spark plan to the Blaze plan. Learn more about **[Google's process for upgrading](https://firebase.google.com/docs/projects/billing/firebase-pricing-plans)**.
19
19
20
20
3.**Set the Google Cloud Platform (GCP) Location**
21
21
@@ -25,13 +25,14 @@ Integrating Stripe for payment processing in FlutterFlow can significantly simpl
25
25
26
26
4.**Firebase Project Permissions**
27
27
28
-
Ensure you have the necessary permissions enabled for your Firebase project. Two critical permissions involve access management and service configuration. You can reference the [setup guide](https://docs.flutterflow.io/data-and-backend/firebase/firebase-setup) on FlutterFlow Documentation.
28
+
Ensure you have the necessary permissions enabled for your Firebase project. Two critical permissions involve access management and service configuration. You can reference the **[setup guide](/integrations/firebase/connect-to-firebase/)**
29
+
on FlutterFlow Documentation.
29
30
30
31

31
32
32
33
5.**Correct Merchant Code**
33
34
34
-
Use the correct 3-letter merchant country code (example., "GBR" for the United Kingdom vs. "UK"). Incorrect codes can lead to failed transactions. For accurate codes, refer to [IBAN Country Codes](https://www.iban.com/country-codes).
35
+
Use the correct 3-letter merchant country code (example., "GBR" for the United Kingdom vs. "UK"). Incorrect codes can lead to failed transactions. For accurate codes, refer to **[IBAN Country Codes](https://www.iban.com/country-codes)**.
Copy file name to clipboardExpand all lines: docs/troubleshooting/deployment/resolve_errors_in_downloaded_code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ When you download your project from FlutterFlow and run it locally in your IDE,
29
29
30
30
3.**Upgrading or Downgrading to the correct Flutter version**
31
31
32
-
If the current version on your machine is different than what is currently supported by FlutterFlow, you can downgrade or upgrade to the supported version. You can learn more about [**upgrading Flutter**](https://docs.flutterflow.io/deploying-your-app/testing-your-app/testing-on-mobile-device#id-2.-verify-correct-flutter-version). By following these steps, you can fix the errors that you face after downloading the code and run locally.
32
+
If the current version on your machine is different than what is currently supported by FlutterFlow, you can downgrade or upgrade to the supported version. You can learn more about [**upgrading Flutter**](/testing/local-run/#4-running-app-on-device). By following these steps, you can fix the errors that you face after downloading the code and run locally.
33
33
34
34
If you continue to experience issues, contact the FlutterFlow support team via live chat or email at [email protected].
0 commit comments