566 comments found.
Hello, Im interested in your theme. As i know, nextjs version should show html source code. Because we need SEO funcionality, we just test your template demo. But we can’t see html source code in your demo react version. How to test SEO functionality in your demo ? If there is no problem for SEO, we will purchase your template.
Thanks,
Hello intoara,
Thanks for getting in touch and raising this. We have used `next export` for demo deployment and have tested all the next.js examples they work the same way. It creates JS chunks and injects all the HTML using JS files. Mainly it renders all the headers including meta tags required for SEO and it takes care of render times as well. You should not have any problem with SEO in our template. You can learn more about implementing SEO using Next.js from here:https://nextjs.org/learn/seo/introduction-to-seo
Regards.
Is the template SEO friendly as I will be using this template to drive traffic to my site using SEO keywords. Please do reply so that I can buy the template soon.
Dear Roaffiliate,
Thank you for contacting us. Please be informed that there are two versions of this template available: HTML and React. Could you please specify which version your query pertains to?
Regards
The react version
Dear Roaffiliate,
We are using Next.js which provides server side rendering and is SEO friendly as well. You can learn more about SEO with Next.js using this link: https://nextjs.org/learn/seo/introduction-to-seo
Regards.
Thanks for the reply
Getting error: npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR! npm ERR! While resolving: materialize-mui-react-nextjs-admin-template@1.0.0npm ERR! Found: react@18.1.0npm ERR! node_modules/reactnpm ERR! react@”18.1.0” from the root projectnpm ERR! npm ERR! Could not resolve dependency:npm ERR! peer react@”^15.0.0 || ^16.0.0 || ^17.0.0” from casl/<redpre#2> ERR! node_modules/@casl/reactnpm ERR! @casl/react“2.3.0” from the root projectnpm ERR! npm ERR! Fix the upstream dependency conflict, or retrynpm ERR! this command with—force, or—legacy-peer-depsnpm ERR! to accept an incorrect (and potentially broken) dependency resolution.npm ERR! npm ERR! See /home/yourwebsitedemoc/.npm/eresolve-report.txt for a full report.npm ERR! A complete log of this run can be found in:npm ERR! /home/yourwebsitedemoc/.npm/_logs/2023-01-11T10_52_34_891Z-debug-0.log
Hello websquare1234,
Thanks for getting in touch. Please create a support ticket on our support portal: https://pixinvent.ticksy.com/. Our technical team will get in touch with you.
Regards.
laravel 9 currently uses vite instead of mix; is there any upgrade plan?
on another topic, there is a version with react; will there be one with vuejs or laravel-vuejs?
Hello ingobedjavier,
Thanks for getting in touch. We have given a try to Vite and it does not seem the right fit for now. We will only consider it when Laravel provide some way of multiple different libraries on diffrent pages without including it to the single entry point. This is best suited for Larvel + Vue application and not HTML blade based templates.
We have already started working with Vue and Vue + Laravel version and will try to release it by this month end or early next month.
Let us know if you have any further query.
Regards.
thanks, I’ll be waiting for the new version 
as for vite, it could be something like this (login page):
vite.config.js
import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
plugins: [
laravel({
input: ['resources/sass/app.scss', 'resources/sass/pages/login.scss', 'resources/css/app.css', 'resources/js/app.js'],
refresh: true,
}),
],
});
resources/views/auth/login.blade.php
{{-- page style --}}
@section('page-style')
@vite('resources/sass/pages/login.scss')
@endsection
or
{{-- page style --}}
@section('page-style')
<link rel="stylesheet" type="text/css" href="{{Vite::asset('resources/sass/pages/login.scss')}}">
@endsection
Hello ingobedjavier,
Thanks for your reply. We are aware about vite configs but for now its not possible for us to implement vite with our current dark mode and theming implementation. It will be possible in the future with Bootstrap 6.
Regards.
Hey Ingobedjavier,
Now you will get the support of Materialize Laravel with Vite Integration.
What’s New? - Integrated template with Vite 5 - Integrated Form validation with NPM Package - Updated Third Party Libraries
Check out the changelog for more information: https://demos.pixinvent.com/materialize/changelog.html
You can download the latest version to get updated package
Let us know if you have any queries 
Best Regards~
Hey, I tested the demo with google spped insight and site quite slow. Is my build will get the same score? thanks for reply in advance
Hello Bslmk,
Thanks for getting in touch. We have huge amount of pages and components which may be causing speed issue which won’t be the case in your application. We also provide starter kit with minimal footprint ot get started with the list of dependencies in the documentation. You can remove dependencies which are not required and you should have a sleek experience.
Regards.
Live preview is not the same as download ?!!! what’s wrong man ??
Hello Qahef,
Thanks for getting in touch. Both are different versions and both have nothing in common which written on the item page and have different demos.
Regards.
Ok can you give me that version?
Hello Qahef,
We don’t have any other version aprt from what is included in the package. Can you please clarify which version are you talking about?
Regards.
How I can download new version?
Hi levigator,
Thanks for getting in touch. You can just login to your themeforest account and go to downloads link: https://themeforest.net/downloads
You will find Materialize admin on that list and also find Download button on the right side of the item. Just download the template and you will find the latest updated template.
Regards.
Is there a ts and next.js file upon purchased or do i need to generate everything using gulp or yarn. What i mean is, Is there a standalone typescript and next.js file upon purchased?
Hello jett21,
Thanks for getting in touch. There are three versions, HTML, HTML + Laravel and React. Once you unzip React next.js version you will find all two folders TypeScript and JavaScript. You can work with either and insider both folders you will find full-version and starter-kit folder.
We suggest you to start your project with starter-kit which will save your time to remove not required stuff. You just need to run the installation and get started.
We recommend you to go through documentation once which will add more clarity brefore you buy the template:
1. https://pixinvent.com/demo/materialize-mui-react-nextjs-admin-template/documentation/guide/
Let us know if you have any further query.
Regards.
Why not communicate using next-auth ? Why log in and register using axiois?
Hello todaynogadat,
Thanks for getting in touch. next-auth is a huge library and not everyone will use it. It also had conflicts with acl implementation. We will still ask technical team to check the feasibility once again as we are more interested in using that package which can ease user’s job.
Regards.
what are the next updates to come? i saw the mega update announcement
Hello desarrollowebvnzla,
Thanks for gettign in touch. We will be bringing HTML, Vue and Laravel version in the next year with the new design that currently Next.js version has.
Hope that excites you!!
Cheers~
Hi team I hope you are fine,
I trayed to push the starter kit to heroku but I get this error
at=error code=H10 desc=”App crashed” method=GET path=”/” host=nextthem.herokuapp.com request_id=b2f6673e-a606-4ebb-a0ba-e1eaf92963ba fwd=”105.235.131.144” dyno= connect= service= status=503 bytes= protocol=https
How can I fix it please
Hello sofianejdh,
Please follow your support thread for the answer.
Regards.
I bought this template, when I ran it and change some setting (like change them, direction, color, etc). i saw it load quite slowly
At my point, it’s ok with me. But if this template have a loading NProgress when some setting change. I think it’s gonna be great
Hello hoaiphong00509,
Thanks for getting in touch and for your suggestion. I will pass on this to the technical team and if its feasible we will try to implement.
Cheers~
Looks awesome! I see in the changelog you updated to NextJS 13, but I’m wondering if you also have a version that’s updated and built for the new “App” Directory architecture in NextJS13? Or is it still using the “Pages” directory architecture? Thanks!
Hi DiscoDiggy1,
Thanks for getting in touch. It’s still based on Pages directory structure as suggested by Next.js docs. App directory structure is still in beta and not suggested for production ready apps.
We will be moving to “App” directory strucutre eventually but we will wait for MUI 6, turbopack and few other updates which will be a breaking for sure.
We will at least wait for another 3-4 months to allow them release stable versions.
Regards.
Hi, could you please also release a version without NEXTJS, with “Create React App” please?
Currently the app has some performance problems that come from NextJS. Many of people no need NextJS for admin.
Thanks.
Hello uskudar,
Thanks for getting in touch. We don’t have any such plan in near future. We may introduce CRA version in future but we can not provide any assururity for CRA version.
Next.js is the way going forward. We are aware about the performance issues which will get addressed over the time with future updates of Next.js and MUI.
Regards.
This product have the html exported files?
Hello estudiomantarraya,
Thanks for getting in touch. Are you asking for Nexxt.js version? If yes, No you will have to run the project, build and export.
If you are looking for HTML version both version don’t have any similarities and please see demos of respective version and you will receive HTML files in the HTML version.
Regards.
I am planing to buy this item but cannot find the page “File Manager” UI https://ibb.co/C2jkRKS
Hello hchautrung,
Thanks for getting in touch. We do not have that page in this template and we are not planning to add one in near future. We have added this to our suggestion list and will consider if there are more requests for the same page in the future.
Regards.
any updates for nextjs version 13.0.0 ? how to remove border line ?
because i found issue in sidebar item https://ibb.co/612g7S1 only in nextjs version 13
Hello hatajie,
Thanks for getting in touch. Next 13.0.0 is release just 2 hours ago. We do not recommend you to update to Next 13.0.0 yourself. It will take 2-3 months at least for us to update.
Regards.
No more updates?
Hello todaynogadat,
Thanks for getting in touch. We are already working on an update which add many more features and pages. It will be released next month.
Regards.
If i run ‘npm run build’ or ‘yarn run build’, i dont see a built folder anywhere. How do i export a production build?
Now, I did ‘yarn export’ and got the files in ‘old’ folder, but when i upload it to my hosting, it just shows blank.
Nevermind, i figured it out. Thanks!
Missing pre-sale support. I was not able to find any information to get rid of the FakeDB and ro replace with a real time Database. Is there any guide available? I expect a working database connection or a guide within an commercial template.
Hello ognif,
Thanks for getting in touch with us. Developer has freedom to choose any database and we can not create a guide for each database available. You can read this guide to remove the Fake DB from the template here: https://pixinvent.com/demo/materialize-mui-react-nextjs-admin-template/documentation/articles/how-to-remove-fake-db-and-use-real-api.html
If you are planning to use database with Next.js, please refer following guide which might be useful for you:
prisma.io/nextjs
https://vercel.com/guides/nextjs-prisma-postgresWe have not tried implementing any of the above. As a template developer, our main responsibility is to take care of UI and components.
Regards.
First link conatin zero information. Second link do contain a installation special for postgres. Mysql, mariadb, mongo do not work this way so also zero information for me. Why it is so difficult to explain your users how to remove the unneeded FakeDB and to use, like mariadb or mongodb. In my eyes this is the most important thing on your template ever. Without a working backend your template has no sense. However, I will purchase a theme from another side where the developer do his job and explain how to use the template with a database..Sorry, no business with me.
Hello ognif,
Thanks for your reply. I have already given you link how to remove fake db in my previous response, i’m not sure if you checked it or not.
Here it is once again: https://pixinvent.com/demo/materialize-mui-react-nextjs-admin-template/documentation/articles/how-to-remove-fake-db-and-use-real-api.html
Mostly people work with APIs and If you want to work directly with database I have also provided that options as well.
Wish you good luck for your next project.
Cheers~