Discussion on Fuse React - NextJS & Vite Admin Dashboard Template

Discussion on Fuse React - NextJS & Vite Admin Dashboard Template

Cart 11,314 sales
Recently Updated
Well Documented

withinpixels supports this item

Supported

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

456 comments found.

Hi, just following up on this.

I checked the latest release as suggested, but my project is still on v8.3.7 and upgrading to the newest version would require migrating a large part of the codebase to TypeScript.

Could you please advise if there is a specific fix for the scrolling issue in v8.3.7? For example, is there a particular file or component that should be updated from the newer version to resolve this?

Any guidance would be greatly appreciated. Thank you.

ericlah

ericlah Purchased

Hi, could you please answer me ?

ericlah

ericlah Purchased

Hi, scrolling not working anymore in v8.3.7. It used to work before but now page cannot scroll. Is there anything to fix with guidance?

ericlah

ericlah Purchased

My project is currently using v8.3.7, and I noticed the latest version has moved fully to TypeScript. If updating to the latest version is required, I’m concerned there might be breaking changes.

Could you please advise whether there’s a specific file or particular part that needs to be updated to resolve this?

Hi any update?

Hi, just following up on this.

I checked the latest release as suggested, but my project is still on v8.3.7 and upgrading to the newest version would require migrating a large part of the codebase to TypeScript.

Could you please advise if there is a specific fix for the scrolling issue in v8.3.7? For example, is there a particular file or component that should be updated from the newer version to resolve this?

Any guidance would be greatly appreciated. Thank you.

Manbeer

Manbeer Purchased

I just saw this version of Next.js, and it looks really good. However, only a few elements and pages are listed here. I hope a full admin theme will be available soon.

Please update the Angular template to Angular 20. If you do that many people will buy it (again).

How to implement internationalization in Next.js? You guys does not implement for Next.js .

Hi, could you checkout the nextjs demo the internatlization is adapted but not applied all of the app.

please checkout the related documentation: https://fuse-react-nextjs-demo.fusetheme.com/documentation/development/multi-language

Hi I extended the support but still only able to download the v16, how can I download the v19 version?

Hi,

You can download latest version from https://github.com/withinpixels/fuse-react

if you haven’t get invitation to the private repository, plaese visit:

https://support.withinpixels.com/github/
ammoro

ammoro Purchased

So I have bought Fuse a year ago or so! I wanted to download React V19 today and I could only get V16!! How can I get the V19? Thank you

ammoro

ammoro Purchased

Any comment?

The Fuse React’s latest version supports react v19,

You can download latest version from https://github.com/withinpixels/fuse-react

if you haven’t get invitation to the private repository, plaese visit:

https://support.withinpixels.com/github/

Routes are exposed through Routeconfig.tsx, Routes constant is being used in the solution in a few places, how to easily modify Routes to a new collection with updated Auth. Kindly back it up with proper examples please.

I need to create a website with some menu items and routes and after login there will be a different set of menu and routes with Auth.Kindly help what is the best way moving forward.

I have seperate menu for public facing, portal facing and custom pages on public facing website, moreover this is SAAS website, so each client may have different set of pages in menu.

The navigation has its own context provider, you can easily update the navigation whenever you want.

please checkout the related documentation at https://fuse-react-vitejs-demo-dev.fusetheme.com/documentation/fuse-components/fuse-navigation

checkout the Actions title setNavigation.

i have posted a support query and it has been 5 days there is no response.

I bought the extended support but donot know how to reach the support team, already posted to withinpixels support page.

https://support.withinpixels.com/ticket/5947

Not sure if this is an active support or should i ask questions in a different place, kindly advise.

Hi The navigation has its own context provider, you can easily update the navigation whenever you want.

please checkout the related documentation at https://fuse-react-vitejs-demo-dev.fusetheme.com/documentation/fuse-components/fuse-navigation

checkout the Actions title setNavigation.

Sorry for late respose

Having .tsx files instead of .js might disappoint some people.

bydp

bydp Purchased

Hello,

Do you have any plans to develop/include Figma design or sell separately?

Best regards.

1-i need frontend user side homepage, pricing, about, contact etc pages with header menus and footer.
2-that can be accessed in main domain example.com and admin side login in example.com/admin
can we make with this template or need to buy separate frontend user side template

Hi yes you can with route configurations, you can disable sidebar, toollbar, footer on specific routes.

Regards.

i want landing+admin both, i know themeforest landing page category is different, but how can i create landing page, menus, header & footer etc. from admin side of FUSE, i want to run FUSE on https://example.com/admin and landing page on https://example.com, landing page i want managed by FUSE admin

Hi. I run the demo, but I am getting an error while signing.

error in apiFetch: SyntaxError: Unexpected token ’<’, ”<!DOCTYPE ”... is not valid JSON

What will be the issue?

Thanks

I have found the issue. If it’s not running on the default port 3000

My project runs on port 3001 so I just add this in the .env file

NEXT_PUBLIC_PORT = 3001

Thanks for informing.

I got this error:

The pseudo class ”:first-child is potentially unsafe when doing server-side rendering. Try changing it to”. Error Component Stack

When using material ui DataGrid. You can easily reproduce using the fuse demo app contact component. Seems it’s related to conflict with tailwindcss/vite

Please open support ticket.

I installed the theme on my system and generated the build. However, when I try to deploy it on the server, it doesn’t run. Upon loading, I encounter the following error:

MissingSecret: Please define a `secret`. Read more at https://errors.authjs.dev#missingsecret
at /app/.next/server/chunks/820.js:368:53251
at oP (/app/.next/server/chunks/820.js:368:55845)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

I’m also experiencing a speed issue as the theme is running very slowly. Could you please urgently help me fix the error first so it runs on the server without issues? Once that’s resolved, we can discuss the speed issue.

Please define env variables on your server (vercel, etc), and trigger the build again.

Next.js runs a Node.js server for API routes, SSR, and middleware, adding processing time, while ViteJS Single Page Application primarily serves static files, so thats why it seems slower than a Single Page Application, If you need better client performance, you can choose SPA approach.

when trying to run I get :npm run lint:fix

deynerlezcanomenchola@Mac webapp % npm run lint:fix

> fuse-react-app@14.0.2 lint:fix > eslint—fix ./src—config ./eslint.config.mjs

Oops! Something went wrong! :(

ESLint: 9.16.0

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath ’./node_modules/globals’ is not defined by “exports” in /Users/deynerlezcanomenchola/Documents/Proyectos_startups/galenoApp/webapp/node_modules/@eslint/eslintrc/package.json imported from /Users/deynerlezcanomenchola/Documents/Proyectos_startups/galenoApp/webapp/node_modules/@eslint/eslintrc/conf/environments.js at exportsNotFound (node:internal/modules/esm/resolve:303:10) at packageExportsResolve (node:internal/modules/esm/resolve:650:9) at packageResolve (node:internal/modules/esm/resolve:811:14) at moduleResolve (node:internal/modules/esm/resolve:910:20) at defaultResolve (node:internal/modules/esm/resolve:1130:11) at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:396:12) at ModuleLoader.resolve (node:internal/modules/esm/loader:365:25) at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:240:38) at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:85:39) at link (node:internal/modules/esm/module_job:84:36)

Please open support ticket at support.withinpixels.com

Hello I’ve opened the ticket for 2-3 weeks but no updates, can help to update please?

Thanks for reporting the issue, its fixed on github and will be available soon on themeforest download with version 14.0.2

Hi, I was wondering if there are any color pallettes available? I can see the theme schemes but i can find many shades of green, grey, red in all screens. Are there any color palettes under the schemes? or is each grey from a different palette? (for example a grey palette would be grey 100, grey 200, grey 300 that is used for primary light text, primary dark text, outline etc)

Hi, We are using material-ui theming so checkout https://mui.com/material-ui/customization/theming/#createtheme-options-args-theme

the Fuse’s theme config located at: src/configs/settingsConfig.ts

You can change and add any mui palette into the src/configs/themesConfig.ts

I just download latest update and merged into our system when I found MainthemeProvider.tsx. The new version added “wrapInLayer(“mui”) in emotionCacheOptions and causing below error:

The pseudo class” is potentially unsafe when doing server-side rendering. Try changing it to ”:first-of-type”. Error Component Stack

Please advise.

Please open support request on http://support.withinpixels.com/

I have a question how to build the project to html pages. Into next.js version I tried to run npm run export but I get Missing script: “export”. How I can add this missing configuration?

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