115 comments found.
Hello support,
I’ve bought the package but the figma files do not contain all pages in the live demo. Is that how it should be?
Hi, we replied in mail, please check.
Will there be any TypeScript support in the future?
Hi, currently we have no plan to implement Typescript version for this template.
i have some questions.
1. it only for wordpress? this themefroest is typically sell wordpress templates, so i just worried it can only used wordpress. cause i will use this template for others..
2. it can be used on next.js? i will used this template on next.js 12.x version and this is with react 18.x version. this tempalte can be work successfully on next.js?
- ThemeForest also sells templates besides WordPress, this template definitely not for WordPress
- This template can be adapted with NextJs, but it was built with create-react-app by default, it might need some manual work on the integration
Hi, i wonder what version of react support this template?
Hello, it is currently version 17, but there will be a big update for React 18 in the near future.
How to set withCredentials? I tried putting it under jwtAuthService but it doesn’t work
nevermind it workds
how do I set env const is that REACT_APP_PUBLIC_URL?
PUBLIC_URL=https://yoururl
We are preparing to create a SaaS site using a template.
In this case, which plan should I use?
regular license extended license
Hi, it’s likely an extended license for SaaS, here are some references:
https://themeforest.net/licenses/faq#main-differences-licenses-a https://forums.envato.com/t/license-to-cover-saas-software-as-a-service-applications/76892/2Hello there! I’m interested in purchase this item, but I have a few questions regarding the redux saga implementation, is there any way I can take a look inside of the redux folder? I mean, is the whole project build under redux saga or it’s combined with context? if so, how or which features are using context and which are using saga?
Hi, in our template, only Auth bound with redux saga, for any other state implementation, its up to your choice, whether redux or context.
Also, I found a problem. If you remove the value of auth_token in localStorage, it will leads to infinite loop. it is becuase of authorizing user by checking the value of redux token. The redux token remains the same even if you remove the value from localStorage, therefore, the react app let you go to the private routes as it sees the token in the redux store but the fetchInterceptor doesn’t have the token so that the interceptor put you back to the auth page. even if you refresh the page, the local storage is empty but the key is alive that the redux store thinks that there is a token and put you to the main page and starts looping. Would you recommend a way to fix this problem? Thank you 
Hi, this would happen only when you only edit the auth_token value and set it to empty instead of delete in the local storage, try to replace the token token with following in src\redux\reducers\Auth.js
- token: localStorage.getItem(AUTH_TOKEN) + token: localStorage.getItem(AUTH_TOKEN) || null,
I fixed it by changing or to and as below: token: localStorage.getItem(AUTH_TOKEN) !== null && localStorage.getItem(AUTH_TOKEN) !== ”” ? localStorage.getItem(AUTH_TOKEN) : null,
Good job, this work too!
Hi, I just bought your template for my rest api backend which uses simple jwt. However, after I looked through your documentation and codes, I found out that there is window.location.reload() function in the JwtAuthService file which causes not showing error message and refresh the browser. Is there any solution for this? I removed the lines and it throws react errors
Hi, we have replied your email, please check.
Thank you for the prompt response
I appreciated!
And, now I understand why the line must be there. Thank you
Hi sir, is there a forget password page with firebase I’m having trouble setting that page if you can help me that I’ll appreciate that
Thanks.
Hi, you can email us the exact problem you were facing, we will try to give some advice.
Dear Author,
Could I use this template to interact with a Rest API, easily?
Hi sir, can you help me solve this, please? When I “npm install” this problem appears: “36 vulnerabilities (12 moderate, 22 high, 2 critical)”
PS: the app works fine but I want to fix that problem
Thanks.
Hi, you can try run npm audit fix.
Yes I did that but same problem,
one other thing is how can I change link structure sir
Thanks.
Hi, we can’t what’s the link structure refer to, can we have more explanation on this term.
Hi, now the link of the theme is /app/apps/project/scrumboard and i want to chage it to /project/scrumboard, how can i do that I could’nt find it in the documentation
APP_PREFIX_PATH as empty string configs/AppConfig.js, but you might remove the following code in views/index.js as well to make the redirect work.
<Route exact path="/">
<Redirect to={APP_PREFIX_PATH} />
</Route>
Hello, you can attach categories to products, but where in the dashboard can you add new categories?
Sorry, we don’t understand the question, would you mind explain more specific?
Just like I explained it, you can add new products, you can attach categories to these products, but I do not see any pages where I can add new categories.
so how am i supposed to add categories to a product when i can’t even create new categories
Hi, in our demo, we don’t have add add new categories input field, depend on your system needed, you can just add a new input field for it.
Problems are encountered with nodes modules when I want to install materiel-ui/core:
./node_modules/antd/es/modal/confirm.js
Hi, could provide a full error log?
Hello. I have found an error in top right setting panel in demo. Please view my video: https://drive.google.com/file/d/1EdeS0_XK-ndwLlm9GmdiMg9IwHJXv1JH/view?usp=sharing Could you take a look? I have just bought this template.
Hi, we couldn’t reproduce the issue in our chrome Version 100.0.4896.127, is it possibly caused by installed extension in your chrome?
Hello, it’s related screen resolution. You can reproduce this bug on blow resolution 1. 2560 * 1600 2. 2048 * 1536
Hi, we tried on both sizes that you provided, but we still unable to reproduce the issue you mentioned. Can we have more information on your testing device & environment?
Hi, I use Macbook pro 2019 but I install Windows 10 based on Bootcamp
Hi, We will try to reproduce with the device & environment you provided. Did you tried on other browser or devices as well? would that still happen?
I try other devices, it did not happen.
We will keep this issue in view, since we are still unable to reproduce the issue even in a bootcamp environment.
Can I use this template for multiple projects?
Hello team, Wants customization as per my project requirement, so is it possible to give this customization support with extra cost ? please reply… thanks
Hi, we replied your email, please check.
Will there be a version for next js?
Hi, we have no plan to make a next.js version for this template.
For license information please see iframe-bundle.js.LICENSE.txt what fuck it is
Hi, may we know where did you get this text from?