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.

Hi guys, I need a landing page with an admin option. Can I also modify this to add a landing page to it? any advice please? Thanks.

Hi, this template dis not come with landing page, however we can share you the source code if you needed. You could also take a look on one of our latest template, https://themeforest.net/item/ecme-the-ultimate-react-tailwind-admin-template/54470284, which comes with a built-in landing page and a top-notch tech stack.

Hello Theme_Nate. I’m interested purchasing this React Admin dashboard emilus. I need to ask if this theme provides the javaScript (.JSX) patterns with react Please let me know

We only have three React products in our portfolio as you can see. If none of them suit your needs, you might find what you’re looking for using ThemeForest’s search function.

Can you share your products urls please?

hi the rtl not working properly, when i change direction from LTR to RTL the content left behind sidebar and dont show content well

Hi, thanks for bringing this to our attention. We’ll make sure to fix it in our next update.

My URL always appeared #, how can I remove it? https://localhost:3000/#/app/school/question-answer/20

Hi, probably you are using HashRouter, try to replace it with BrowserRouter.

The node_modules folder is very large, almost 10 GB. Is there a way to reduce its size? I find it difficult to share the source code with someone because running the npm install command takes half a day!

Hi, node_modules is usually large, which is why people usually don’t include it when sharing the project. If you’re using git, you can add node_modules to your .gitignore file to exclude it. Also, you might want to review your your dependencies. A 10 GB node_modules folder is unusually large; For our project by default, it’s about 2 GB

Do you have a typescript version?

Hi, we only have javascript version for now.

Do you have a Next Js Version of this Template ?

Hi, we don’t have nextjs version currently.

Thanks for your reply :)

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Instead, add a ref directly to the element you want to reference. please fix this error

Hi, Some components within antd cause this warning, we will update the package again during the next release.

Hi!, when I run npm install and then npm run dev using node 14.19.1 version. I get the following error: Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Can you help me?

Another error: Uncaught ReferenceError: topProductData is not defined

Hi, please try to upgrade your node version to 18.

Before making a purchase, I’d like to ask a question. Are the apps (Email, Chat, Calendar) fully function or do I have to purchase those separately? Thank you!

Hi, thanks for interested on our template, all the stuff that you preview in the demo page is included in the download package.

Is there any typeScript support?

Hi, currently we don’t have Typescript support for this template.

do you have any update forecast for antd 5.0?

Hi, we have already released antd 5.0 version.

Thank you very much, I had not seen it, in the description it is still listing only the last update of v3.0.0 – 26 Dec 2022

Thanks for your inform, we will update our main page change log as well.

I had to change the colour theme of the project what steps we have to do as I amusing version 2.1.6 as when we are updating in less files its not compiled do we need to use any other comands to get it compiled. please guide me through the same

Hi, you might need to use npm run dev instead of npm run start during development.

I have an issue when installing th starter project ERROR in ./src/index.css (./node_modules/css-loader/dist/cjs.js??ruleSet1.rules1.oneOf5.use1\\./node_modules/source-map-loader/dist/cjs.js!./src/index.css) Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): Error: PostCSS plugin postcss-flexbugs-fixes requires PostCSS 8. Migration guide for end-users: https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users

Hi, try to remove node_modules & package.lock. json, and rerun npm install

i cant install all packages bandicam-2023-01-17-18-04-58-079

Ok but what if i need to use latest version of node?

Hi, using package.lock.json that come with the template, should install the packages without obstacle in latest version, please drop us a email, we will provide you a packages update list.

I just built an app and deployed on my cpanel server, the issue I am getting is missing chunk. Something like this “react-dom.production.min.js:189 ChunkLoadError: Loading chunk 4954 failed.”

is it because of lazy loading or suspense. The app works fine on fresh browser and but on revisit, the issue arises . please help

Hi, you may need some configuration on .htaccess file to prevent this issue.

Hey i have searched a lot about this issue, can you please share what changes on htaccess file,

it currently looks like this

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]
</IfModule>
  1. php—BEGIN cPanel-generated handler, do not edit
  2. Set the “ea-php81” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php81 .php .php8 .phtml </IfModule>
  3. php—END cPanel-generated handler, do not edit

it would be great if you can share some changes or article or link about it .. thanks

if htaccess file added & the problem still exist, please check that chuck file 4954 whether available in the build/static/js folder

Hi, what antd version use in project ?

Currently we are using version 4.23.6.

Do you have any plans for an update to version 5.0?

Yes, we are trying to update to version 5.0, however this plan was currently on hold due to the limited of design token in antd 5.0, but we will keep on follow the antd update, untill the design token having mor compatibility.

the rtl not working properly

Hi, may we know which part of RTL is not working well ?

when you change direction from LTR to RTL the side menu should become on the right side

Alright, thanks for your reporting, we will fix this as soon as possible.

Created an auth service, and calling that in our login form. following is the code

Creating login auth service
const authService = {};

authService.login = function (data) {
   return customFetch({
    url: '/login',
    method: 'post',
    data: data,
  });
};
Calling login auth service in login form
await authService.login(values).then((resp)=>{
            console.log(resp)
        })

requesting is being sent to server and we are able to see that in our network tab. but it’s not return any response to UI for e.g. nothing is logging in the console

we also observed that response interceptor is not getting any hit.

P.S. the same method used to work in previous version of emilus

You’re Welcome

I am using useNavigate from react-router-dom to navigate to another page. The forward url parameter is getting append to URL but it’s not changing the view unless manually reloading. We are also dispatching ‘authenticated’ to change the state of ‘redirect’ state but the same issue is there.

In last version, all these operation were easier using history.push . Since the system has been changed can you please share some documentation or quick guide to resolve this.

Hi, we have upgraded react-router to version 6 and introduce schema routing, here is our routing documentation, https://emilus.themenate.net/app/docs/documentation/routing if you still unable to solve it, you can share us your code base via email, we will help to figure out.

Dear support, I need a cms template for manage my company chat app. use only in the company. do i need a regular license or extended license

HI, guess a regular license is sufficient for this case.

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