Discussion on Ecme - Next.js Tailwind Admin Template (Next 16 & App Router)

Discussion on Ecme - Next.js Tailwind Admin Template (Next 16 & App Router)

Cart 507 sales
Recently Updated
Well Documented

Theme_Nate supports this item

Supported

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

24 comments found.

In the file manager are the icons a public library or are they custom?

Hi, they are not from public library, the components can be found under src/assets/svg/files/*

Sup, great work!

Quick question. Is there a way to assign icons instead of dots to the sub-menu entries in the side navigation?

Thanks for telling, we will fix this in our next update as well!

You’re welcome! Would you prefer to receive it by email, or is this the right place to send it?

No problem, we’ve already noticed and fixed the typo. But if there’s something you’d prefer not to discuss publicly, it’s better to reach us via email.

Hi there! Awesome work, I really like it! Before I purchase the template, I want be sure about one thing: are the concepts from the preview included? To be honest, I’d like to use most of them and I don’t want to code them myself :D thank you!

Hi, thanks for interested on our template, the preview version was included in the download package, but we will still recommend to use the starter version for your project as the demo version included some code that for demo purposes only.

Hi Guys, the theme with react v19 will be available?

Hi, we are currently using react 19 for this template.

Oukey, Thanks

No problem!

I was thinking about buying this template, but I noticed several responsive issues =(

Hi, thanks for your feedback, would you mind to point out the responsive issues you discovered?

Very good looking, but do you have the base HTML version of this theme?

Thanks, however we have no plan to create a HTML version at the moment.

When using the Stacked Layout, there is no scrolling in stacked-side-nav-secondary

Hi, Thanks for the feedback! By default, stacked-side-nav-secondary doesn’t scroll, but we’ll add overflow support in the next update to handle longer menus better.

widi10

widi10 Purchased

I have error

Console Error

Hydration failed because the server rendered HTML didn’t match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used:

- A server/client branch `if (typeof window !== ‘undefined’)`. - Variable input such as `Date.now()` or `Math.random()` which changes each time it’s called. - Date formatting in a user’s locale which doesn’t match the server. - External changing data without sending a snapshot of it along with the HTML. - Invalid HTML tag nesting.

It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.

widi10

widi10 Purchased

I have sent the image to your email address.

We just replied to your email, please check

Hi, I’m really interested in integrating this template into our project. However, I couldn’t find any mention of a Figma file, even in the paid options. Could you please let me know if a Figma design is available?

Thanks in advance!

Hi, thanks for your interest in our template. However, the Figma is not available for this template at the moment.

I would like to build a web application using your next.js template. I would allow users to create free accounts, manage their profiles, purchase credits, and obtain API keys. The actual core service (PDF generation) is an API on a separate subdomain, and usage of this API consumes the purchased credits. Is a regular license for the portal template sufficient, or is an extended license required because the portal is the means by which users pay for their credits? It’s more of a CV type of project, fully serverless (pdf generation on aws lambda) and website and database on google cloud run. I don’t expect to ever earn more than 100$ in total. No hard feelings if this use would fall under extended license, I’d totally understand and respect that.

Hi! Thanks for your interest in the template — your project sounds awesome!

Based on what you’ve described, an extended license would be required, as the template is being used in a product that facilitates or involves payment from end users.

Licensing can sometimes get a bit nuanced depending on the specifics, feel free to reach out to us via our support mail, if you’d like to discuss it further in more detail — happy to help you find the most suitable option.

support js version?

Yes, we have js version and ts version included in the package.

Wow! I just bought this Ecme template and I’m really happy with it. I’ve been looking for a nice admin panel for a while, and I can finally say I found it.

Things I love about this template:

It uses Next.js 15 and App Router which is awesome – I like staying current with tech and this template keeps my projects up-to-date.

The design is amazing! Clean but stylish, easy on the eyes. The Tailwind integration is a huge plus, I can make changes on the fly.

It has literally everything – tables, charts, forms… Everything I could think of comes ready to use.

The documentation is really well done – I set it up without any issues and started using it right away.

And the performance is great – pages load in the blink of an eye and work flawlessly on both mobile and desktop.

The only challenge I had was that it seemed a bit complex at first, but after reading the docs, I got used to it quickly.

In short, I definitely recommend this template. Money well spent, and it saved me tons of time. If you’re looking for something similar, go for it without hesitation.

Thank you so much for the amazing feedback! We are really glad to hear that you’re enjoying the template, If you ever have questions or encounters any issues, feel free to reach out anytime.

zreed Purchased

What’s the best way to follow/get updates? Is there a private Github repo we can get access to (I’ve purchased this)? Or do we just follow https://ecme-next.themenate.net/guide/changelog and then re-download from Themeforest after each new version? Hoping there is a repo, as that will be much easier.

zreed Purchased

I found the “lite” repo, but doesn’t seem like there is a paid access repo

Hi, you can refer to this guide for updating https://ecme-next.themenate.net/guide/documentation/updating

getting this message … earlier also it was pointed out by another buyer when this will be fixed? npm install npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options. npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead npm warn deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead

Hi! This issue stems from the underlying dependencies of ESLint v8, but no worries—we’ll be upgrading to v9 in our next update.

“npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.” – just an fyi of a dependency to get updated. That memory leak could cause problems.

Hi, Thanks for bringing this to our attention! We’ll review the dependency and see if an update or alternative solution is needed to prevent any potential issues.

It seems you have not protected routes by permission (protectedRoutes). if user does not have permission then redirect to ”/access-denied”

You can send us through our support email.

i can’t find your support email

You can send to this email jiasheng_93@hotmail.com

Tailwind version 4 ??

Yes, we are using tailwind 4 for this template.

any Figma files?

Hi, we have no figma file available at the moment.

Is there a backend for this or all of these are mockdata only? I am trying to add new user role but its not working..

Hi, the template uses mock data in the demo, so there isn’t a built-in ‘real’ backend.

if i buy it now without extend support will i get jsx support? in mid-april?

Yes, vite version and nexjs version was separated, although both will support JS version in future’s, please make sure the version you want to purchase before proceeding.

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