Have any question?
1-800-224-0976
Contact Us
RegisterLogin
API2Cart - AcademyAPI2Cart - Academy
  • Courses
  • How It Works
  • Pricing
  • Use Cases
  • Integrations
  • API Docs
  • Partnership

    For Tech Specialists

    • Home
    • All courses
    • For Tech Specialists
    • Introduction Course for eCommerce Tech Specialists
    CoursesFor Tech SpecialistsIntroduction Course for eCommerce Tech Specialists
    • Introduction 1

      • Lecture1.1
        Introduction (video) 02 min
      • Lecture1.2
        API2Cart: Benefits for developers 02 min
      • Lecture1.3
        Industries that can benefit from API2Cart 04 min
      • Quiz1.1
        Quiz yourself 3 questions
    • Start Building Your Integration 1

      • Lecture2.1
        How to Get Started with API2Cart 06 min
      • Lecture2.2
        API methods to work with carts 04 min
      • Lecture2.3
        API methods to work with products from stores 04 min
      • Lecture2.4
        API methods to work with orders from stores and shipments 04 min
      • Lecture2.5
        API2Cart: Use Case (example) 03 min
      • Quiz2.1
        Quiz yourself 2 6 questions
    • Frequently asked questions during integration development 0

      • Lecture3.1
        How to update the credit card number in the subscription? 04 min
      • Lecture3.2
        Is there a timeout set for the request from API2Cart server to the store? 02 min
      • Lecture3.3
        What is the reason for appearing of 404-error on the integration bridge page even after clearing all the cache and rebuilding the indexes? 02 min
      • Lecture3.4
        Why is it better to integrate with multiple shopping platforms via a unified API of API2Cart than to build the integration with each platform separately on my own? 04 min
      • Lecture3.5
        How to install Magento 2 Plugin? 01 min

      What is the reason for appearing of 404-error on the integration bridge page even after clearing all the cache and rebuilding the indexes?

      Most likely there is something wrong with a web server configuration. Please try to configure `nginx` for the particular host by setting additional instructions in the host’s config file to locate the bridge file.

      Here is an example of what you need to add to the config file:

      location ~* ^/bridge2cart/(bridge.php)?($|/) {

          root $MAGE_ROOT;

         fastcgi_pass   $FPM;

         fastcgi_buffers 1024 4k;

         fastcgi_param  PHP_VALUE “memory_limit=756M \n max_execution_time=18000”;

         fastcgi_read_timeout 600s;

         fastcgi_connect_timeout 600s;

         fastcgi_index  bridge.php;

         fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;

         include        fastcgi_params;

      }

      Prev Is there a timeout set for the request from API2Cart server to the store?
      Next Why is it better to integrate with multiple shopping platforms via a unified API of API2Cart than to build the integration with each platform separately on my own?

      Leave A Reply Cancel reply

      Your email address will not be published. Required fields are marked *

      Latest Courses

      Getting Started

      Getting Started

      Free
      Course for Partners

      Course for Partners

      Free
      Introduction Course for eCommerce SaaS Providers

      Introduction Course for eCommerce SaaS Providers

      Free

      GETTING STARTED

      • Pricing
      • Use Cases
      • Supported Methods
      • Supported Platforms
      • Webhooks
      • On-Premise Solution
      • Courses

      INFORMATION

      • Blog
      • Resources
      • Clients
      • Testimonials
      • Sitemap
      • Integration Partner
      • Contact Us
      • Complaint Form
      • Affiliate Program

      DEVELOPER RESOURCES

      • API Documentation
      • Code Samples
      • Release Notes
      • SDK

      SUPPORT

      • FAQ
      • Submit a Feature
      • Service Level Agreement
      • Terms Service
      • Privacy Policy
      • Security

      © 2019 MagneticOne

      Login with Facebook Login with Google

      Login with your site account

      Facebook Google

      Lost your password?

      Not a member yet? Register now

      Register a new account

      Are you a member? Login now