Skip to content

Commit a4379be

Browse files
committed
fixed all internal links
1 parent 53784ba commit a4379be

6 files changed

+15
-16
lines changed

docs/troubleshooting/deployment/codemagic_deployment_error_identification.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Codemagic Deployment Error Identification
55
---
66
# Codemagic Deployment Error Identification
77

8-
## How to Identify Your Codemagic Error
8+
**Identifying Errors in Codemagic**
99

1010
Follow the steps below to identify your codemagic error:
1111

@@ -29,9 +29,7 @@ Follow the steps below to identify your codemagic error:
2929

3030
- 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 ).
3131

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".
3533

3634
![](../assets/20250430121347925706.png)
3735

docs/troubleshooting/deployment/codemagic_deployment_tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: CodeMagic Deployment Tips
88
Here are some tips to avoid Deployment issues:
99

1010
:::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.
1212
- If you choose a deployment source from a GitHub Repository then please make sure that it's associated with FlutterFlow's GitHub integration.
1313
- 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.
1414
- 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.

docs/troubleshooting/deployment/deployment_issues_with_stripe_integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Integrating Stripe in your FlutterFlow project can help you accept payments effi
99

1010
1. **Firebase Connection**
1111

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)**.
1313

1414
2. **Upgrade to Firebase Blaze Plan**
1515

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)**.
1717

1818
3. **Set the Google Cloud Platform (GCP) Location**
1919

@@ -23,13 +23,13 @@ Integrating Stripe in your FlutterFlow project can help you accept payments effi
2323

2424
4. **Firebase Project Permissions**
2525

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.​
2727

2828
![](../assets/20250430121122068343.png)
2929

3030
5. **Correct Merchant Code**
3131

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)**.​
3333

3434
![](../assets/20250430121122307123.png)
3535

docs/troubleshooting/deployment/fixing_razorpay_deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Fixing Razorpay Deployment
55
---
66
# Fixing Razorpay Deployment
77

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.
99

1010
1. **Firebase Integration and Auth**
1111

@@ -28,7 +28,7 @@ Razorpay is a major payment processor in India. Integrating [Razorpay](https://r
2828

2929
4. **Firebase Project Permissions**
3030

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/)**.
3232

3333
5. **Razorpay Keys Check**
3434

docs/troubleshooting/deployment/fixing_stripe_deployment_and_payment_errors.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Integrating Stripe for payment processing in FlutterFlow can significantly simpl
1111

1212
1. **Firebase Connection**
1313

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/)**.
1515

1616
2. **Upgrade to Firebase Blaze Plan**
1717

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)**.
1919

2020
3. **Set the Google Cloud Platform (GCP) Location**
2121

@@ -25,13 +25,14 @@ Integrating Stripe for payment processing in FlutterFlow can significantly simpl
2525

2626
4. **Firebase Project Permissions**
2727

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.​
2930

3031
![](../assets/20250430121145949036.png)
3132

3233
5. **Correct Merchant Code**
3334

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)**.​
3536

3637
![](../assets/20250430121146161973.png)
3738

docs/troubleshooting/deployment/resolve_errors_in_downloaded_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When you download your project from FlutterFlow and run it locally in your IDE,
2929

3030
3. **Upgrading or Downgrading to the correct Flutter version**
3131

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.
3333

3434
If you continue to experience issues, contact the FlutterFlow support team via live chat or email at [email protected].
3535

0 commit comments

Comments
 (0)