Discussion on PickBazar - React Ecommerce Template with React Hooks, Next JS, GraphQL & REST API

Discussion on PickBazar - React Ecommerce Template with React Hooks, Next JS, GraphQL & REST API

Cart 4,203 sales
Well Documented

redqteam supports this item

Supported

This author's response time can be up to 1 business day.

587 comments found.

Hi. Is it possible to extract just the frontend of this theme and use with my own API service?

Hi Yes but you will have to do it from your end. For more details you can follow our documentation https://pickbazar-react-doc.vercel.app/api-integration https://pickbazar-react-doc.vercel.app/data-fetching

Hey Team,

Wasn’t able to install or run the ecommerce portal at all. Everytime, it gives a new error. Please do the needful.

Hi Please open a support ticket with the error details you are facing and our technical support team will assist you.

next-dev.js?3515:32 Warning: Did not expect server HTML to contain a in . at div at CustomApp (webpack-internal:///./src/pages/_app.tsx:98:28)

I see it in console log. Can you fixed it?

Hi Can you please open a support ticket so that our technical support team can assist you.

Thanks

how can connect to database(mongodb)?

I have two questions.

1. So, the database configuration will be done by ourselves?

2. is it marketplace or ecommerce?

Hi 1. yes its a template only and not functional you will need to create all your ecommerce functions. 2. it can be used as ecommerce marketplace we also have the functional version that you can have a look https://codecanyon.net/item/pickbazar-laravel-react-next-rest-graphql-ecommerce/31475730

Thanks.

Hello, I like your template, but the home pages are all similar. Please create a home page with the ability to name different product slides, and do you agree to design a separate home page for me?

Hi Thank you for your suggestion and we will look into it. We sometimes do customization work please send us an email at support@redq.io

I cannot run the shop, api and admin work properly. The error I’m getting is: Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https://fb.me/react-invalid-hook-call for tips about how to debug and fix this problem.

I tried to run a `npm ls react-dom` to understand potential conflicts between versions of react in the dependencies, it seems that next-auth v4 is forcing react 17.0.2 or higher, however many packages have transitive dependencies for react 16.14.0 or lower. I tried to force a npm update to latest versions of react/react-dom, but react-otp-input@2.4.0 is stuck at react 16.10.1. Suggestions? No conflict from my environment, I even removed/reset my npx/npm cache to ensure no interference from my global installs.

Node 16.17.0 npm 8.15.0 MacOS

Thanks.

Hi Please open a support ticket and our technical support team will assist you.

For the ones with similar issue, react-otp-input is running React 16 while other components react 17. Until a patch is done, I run this npm install locally to replace the library with a patched version that uses react 17.

$ npm install git+https://github.com/JPStrydom/react-otp-input.git\#bugfix/add-react-17-as-valid-peer-dependency

What Icon are being used for admin sidebar? I saw it using SVG file and I want to find more icon to add

Hi Most of our icons are custom icons that we have created. However for icons, flaticon is a good resource to look for.

hi author, i bought it before, how do i upgrade to the latest version?

Hi You can use git or github. below is the process for our laravel version but you will get an idea https://pickbazar-doc.vercel.app/vps-server-update

Does the PickBazar template also comes with the Admin Dashboard (Template)?

Hi Yes, it has the shop front end and shop dashboard.

yarn dev:admin-gql is showing an error I have copy the .env.template in admin/grapql folder to my new created file called .env then run yarn dev is showing like this error: Cannot find module ‘D:\REACT APP ECOMERCE\pickbazar-react\pickbazar-react\admin\graphql\$(yarn’ at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15) at Function.Module._load (node:internal/modules/cjs/loader:804:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:17:47 { code: ‘MODULE_NOT_FOUND’, requireStack: [] } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Hi Please open a support ticket and our technical support team will assist you.

Hey There, All of a sudden it stopped working, also your demo is not working.

It gives 500 after login.

Dashboard and Product add page in Admin theme is not working.

Can you please fix your demo and share patch so that our ongoing app will also start working?

OR

Do we need to pay anything ?

tried the same but no luck, I have observed that your demo is working fine now.

anything else we can try ?

any Vercel alternative ?

Hi If you are using vercel then please delete the .vercel folder and deploy again. if you are using any other then delete the .next folder and then build and deploy again. If you are still facing issue then please open a support ticket and our technical support team will assist you.

This worked.

Thanks for your support

Hello Can this template be used on firebase hosting?

Hi Unfortunately no.

Hello, question before purchase. Do you have a version without API, just a template? And version with only .js and no .tsx ? Thank you.

Hi Unfortunately no.

Hi, i have a pre purchase question. what’s the different between PickBazar in themeforest and codecanyon? why it is a lot cheaper here?

The themeforest version is the front end template version and it is not functional. The codecanyon version is fully functional and all the features that we have shown are available.

How long do you guys usually take too respond to support tickets?

Hi Our usual response time is one business day or more depending on the complexity of the issue. Our support team has already responded to your ticket. Please check

Hi Support Team,

I wanted to use only frontend pages with my own backend APIs but when I am trying to achieve this facing alot of issues. Could you please guide me how I can remove graphQL and rest APIs ?

Hi Please open a support ticket and our technical support team will assist you.

Hey! do you have on instruction on how to connect a database to the api entities

Hi Please open a support ticket and our technical support team will assist you.

Hey! I am trying to run the admin-graphql and it is giving me

Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem. at resolveDispatcher (/Users/sgwcollins/Documents/oneOf/pickbazar-react/admin/node_modules/react/cjs/react.development.js:1476:13) at useMemo (/Users/sgwcollins/Documents/oneOf/pickbazar-react/admin/node_modules/react/cjs/react.development.js:1531:20) at AppWithTranslation (/Users/sgwcollins/Documents/oneOf/pickbazar-react/admin/node_modules/next-i18next/dist/commonjs/appWithTranslation.js:97:35) at processChild (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3353:14) at resolve (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3270:5) at ReactDOMServerRenderer.render (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3753:22) at ReactDOMServerRenderer.read (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:3690:29) at Object.renderToString (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/react-dom/cjs/react-dom-server.node.development.js:4298:27) at Object.renderPage (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/next/dist/server/render.js:751:45) at Object.defaultGetInitialProps (/Users/sgwcollins/Documents/oneOf/pickbazar-react/node_modules/next/dist/server/render.js:389:51)

let me know if you know what to do i followed all the instructions

I figured it out it just had to update the nextjs to the latest

Hi If you face any further issue please do open a support ticket and our technical support team will assist you.

Become a seller does it have multivendor support or justcosmetics?

Hi This is the front end template version only. The laravel version has the multivendor support https://codecanyon.net/item/pickbazar-laravel-react-next-rest-graphql-ecommerce/31475730

does it come with full working version? just buy this and launch my ecommerce? admin version also present?

Yes, in the laravel version you will get a admin dashboard too.

Hello, may I know the server specification requirements to run PickBazar without any problems?

Hi You can follow our documentation https://pickbazar-doc.vercel.app/
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey