-
Notifications
You must be signed in to change notification settings - Fork 168
Bagisto Mobile Issue – Customer Support Request #26
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
Comments
Hello, Please confirm whether you followed the steps mentioned in the README.md file here. https://github.com/bagisto/opensource-ecommerce-mobile-app/blob/main/README.md Also, please let us know if your project Flutter and Dart version matches the project requirement mentioned in the readme file, which are mentioned below. Installation Guide Bagisto Version - v2.2.2 Please also verify if you have changed the baseUrl as per your store from here : Path: lib/utils/server_configuration.dart static const String baseUrl = ‘....’; Please follow the steps in the guide and let us know if you face any issues. We will be happy to help you. |
Hello , I hope you're doing well. I’ve followed all the steps outlined in the README.md file available at the link below and ensured that all environment versions are as required: https://github.com/bagisto/opensource-ecommerce-mobile-app/blob/main/README.md Bagisto Version: v2.2.2 Android Studio: Flamingo | 2022.2.1 Flutter Version: 3.19.2 Dart: 3.3.0 Xcode: 15.2 Swift: 5 I have also updated the baseUrl in the lib/utils/server_configuration.dart file with my own store's URL. While the app works perfectly with the default demo base URL (https://demo.bagisto.com/mobikul-common/graphql), I am facing several issues when using my actual project URL: 1.The home page is not loading. 2.The search functionality throws an error: "null operator used on a null value". 3.The app is showing products that are not from my store, and none of my actual store products are visible in the app. I would appreciate it if you could look into these issues and provide a solution at your earliest convenience. Thank you for your support. |
Hello, As we can check your shared details and the errors, There might be issues related to the GraphQL APIs are not properly installed on your instance or the bagisto version so can you please confirm these points :
Please share the above details with us so that we can assist you further. |
Bagisto Mobile Issue – Customer Support Request
The app works perfectly fine with the base URL https://demo.bagisto.com/mobikul-common/graphql, but not with my actual project URL. The issues I’m facing include:
The home page is not loading.
The search option shows an error (null operator used on a null value).
The app is displaying products that do not belong to my project, and none of my actual products are visible in the app.
Please provide a solution for these issues as soon as possible.
The text was updated successfully, but these errors were encountered: