Support for Envato Buyers Forums Mostore The content is loaded failed after I installed the plugin and App

Viewing 14 reply threads
  • Author
    Posts
    • #28535
      RAMAC
      Participant

      You tried modifying the .htacces document and it is not fixed.

    • #28550

      Hi

      1. Have you connected to WooCommerce successfully?
      2. What’s the webserver you use? Apache or Nginx? VPS or shared Webhosting?
      3. If possible, could you post your link and WordPress login details via the private reply?

      Thanks

    • #28574
      RAMAC
      Participant

      Perfect. From the urge to try the plugin, I forgot to load the Woocommerce plugin. Now I see the perfect preview. Thank you very much!

    • #28581

      Glad to hear this!

    • #28594
      RAMAC
      Participant
      This reply has been marked as private.
    • #28623
      RAMAC
      Participant
      This reply has been marked as private.
    • #28648

      Hi

      I’m sorry for the delay!

      Can you post your WordPress login details via the private reply?

      I want to check the settings in the backend. Because I see 401 error, it means no permission to get the data.

      Also, you said “lower menu”, did you mean the bottom tabs?

      Thanks

    • #28655
      RAMAC
      Participant
      This reply has been marked as private.
    • #28664

      You have to customize the source code for changing the bottom tabs, moving the featured product, adding the social login.
      The source files are included. This item is not a theme, it’s actually a PWA App template for the developer.

      I’m still waiting for opening the backend, it’s very slow.

    • #28667

      First of all, if you want to display the categories, product grid, you should select the default home template https://prnt.sc/rheyil

      Also, I found many 401 error https://prnt.sc/rhezuz what’s the web server you use? Apache or nginx? Is your server VPS?

    • #28675
      RAMAC
      Participant
      This reply has been marked as private.
    • #28686

      I know this web app doesn’t work with some shared hostings, because of the server configuration but I’m not sure how is the shared hosting’s configuration.

      You can try to add the following rewrite rules to .htaccess

      RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
      RewriteCond %{REQUEST_URI} !^/admin/
      

      if it doesn’t work, try this again.

      RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
      

      After you added, please clear the browser cache before you refresh the page.

    • #28819
      RAMAC
      Participant

      Hi! the products are not yet loaded at home. Can you check my site? you have the keys (in another comment I have written them).

      and a query: can you mark products as favorites?

    • #28824

      Sorry for the delay.

      I found the WooCommerce team released the new rest API library, so recently I try to rewrite some codes with this new library and see if it will work on some servers which not properly parse the Authorization header.

      Also, currently no mark as the favorite product feature.

      Thanks

    • #28827

      Hi

      Fixed, I have added the following rules to .htaccess file.

      SetEnvIf Authorization (.+) HTTP_AUTHORIZATION=$1
      SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1

      Now the products are loaded. https://prnt.sc/rp26ry

      If the products still don’t display on your screen, please clear the browser cache, then check again. If you check it on the desktop chrome, please clear the cache as this https://prnt.sc/rp27g1

      Thanks

Viewing 14 reply threads
  • You must be logged in to reply to this topic.