Discussion on Emilus - React Admin Template

Discussion on Emilus - React Admin Template

Cart 1,847 sales
Well Documented

Theme_Nate supports this item

Supported

This author's response time can be up to 2 business days.

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?

Thanks for your interest in our template
  1. ThemeForest also sells templates besides WordPress, this template definitely not for WordPress
  2. 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?

Hi, you can create a ,env file in your project and set your REACT_APP_PUBLIC_URL value 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

Hello 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?

Yes, you can, here is some example implementation https://emilus.themenate.net/app/docs/documentation/jwt

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, 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

Hi, you can change the path in navigation config & route in your component. here is a relevant documentation https://emilus.themenate.net/app/docs/documentation/routing if you wan remove the base path, you can leave 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?

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 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?

Hi, both single & extended license only allows for a single end product, you can visit this page for more license related information. https://themeforest.net/licenses/faq

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?

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