-
Notifications
You must be signed in to change notification settings - Fork 87
Deployment issues article: Fixed typos, added assets, fixed formatting #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes requested including the wrong use of numbered bullets vs dot bullets. Please visit each comment in this review.
- 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 ). | ||
|
||
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this a bullet? there is no other point after this in the same nesting I think?
|
||
 | ||
|
||
- Now select and copy this error message and paste it in the Help Center search in the chat icon in the bottom-right corner to search the error. This will help you find the help article for this issue and then you can find the fix for it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- message and this line is in the same bullet, doesnt make sense I think, this is a continuation of the steps I think?
Here are some tips to avoid Deployment issues: | ||
|
||
:::tip | ||
- Make sure you've followed all the steps for setting up deployment in your project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to link to the mobile deployment page in here (hyperlink at the "setting up deployment"): http://localhost:3000/deployment/deploy-for-environments/#mobile-deployment
|
||
Integrating Stripe in your FlutterFlow project can help you accept payments efficiently. However, some common deployment issues may arise. This article outlines key steps and best practices to ensure a smooth Stripe integration and deployment experience. | ||
|
||
1. **Firebase Connection** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be numbered bullet or dot bullets?
|
||
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. | ||
|
||
1. **Firebase Integration and Auth** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same. numbered bullets or dot bullets?
|
||
## Addressing Payment Transaction Issues | ||
|
||
1. **Authentication Requirement** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same. numbered bullets or dot bullets?
|
||
3. **Upgrading or Downgrading to the correct Flutter version** | ||
|
||
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 our Flutter [here](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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hyperlinks in a paragraph should always be bold. But also refrain from adding a hyperlink to words like "here" / "in this document" etc. Can simply say the topic and hyperlink it. Such as "Learn more about upgrading Flutter" with upgrading Flutter having a hyperlink.
|
||
## Common Scenarios and Solutions | ||
|
||
1. **Custom Code Failures** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same. numbered bullets or dot bullets?
Description
Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.
Linear ticket and magic word Fixes DEVR-941
Type of change