453 comments found.
I would like to copy the function in https://fuse-react-vitejs-demo.fusetheme.com/apps/contacts when the user clicks the item it shows a popup on the right. How should I implement it?
I tried modifying the route to add children but it isn’t working
children: [
{
auth: ["reader],
path:",
element: (
<Suspense fallback={ Loading... }>
<ContactDetail />
</Suspense>
),
},
],
Hello,
Just purchased a license, please provide me with the GitHub repository access code, I tried to submit this request on the support form but failed.
Thank you.
Ok, I got access to the ticket system; and sent a request there. Thank you
Hi please fill the form to get invitation mail,
https://support.withinpixels.com/githubKind regards.
First of all, thank you for creating such an amazing theme. It has been a great foundation for our project, and we appreciate the flexibility and modern design you offer.
I have a feature request regarding the folder and component structure. We’re building a project that requires both a user-facing view (for customers) and an admin dashboard (for internal users). Currently, we have to manually separate these views within the Fuse structure.
Would you consider releasing a version of the Fuse Theme that has a separation between the user view and admin view logic? For example:
- /src/user/ (for customer-facing views) - /src/admin/ (for admin dashboard views)
This structure would make it easier for teams to manage large projects that serve both customer-facing interfaces and internal dashboards.
Thank you for your time, and I look forward to hearing from you.
I would like to change the behavior which if the user don’t have permission show a custom page instead of 404, where can I modify this behavior?
Oh I found where is the problem I removed the sign-in page.
I try to build image but seems some library and the react requirement conflicted: MUI required “^17.0.0 || ^18.0.0” but your solution is using react 19, I can’t build image, how can I fix this?
Also, can I type npm update myself?
Also can have a look at the tickets? some are several days ago.
Hi,
The latest version of MUI now supports React 19 as part of its peer dependencies:
“react”: “^17.0.0 || ^18.0.0 || ^19.0.0”
To resolve the conflict, please ensure you’re using the latest version of both Fuse and its dependencies. If you’re not already on the latest version, update your project to align with these requirements.
We recommend managing dependency updates manually to maintain better control and avoid potential issues caused by breaking changes. While you can use npm update to update dependencies, it’s safer to review the changes in your package.json and update only necessary packages.
If you’re still encountering build issues, double-check your package-lock.json file to ensure there are no mismatched dependencies. You may also need to clear your node modules and re-install:
rm -rf node_modules package-lock.json npm install
Let us know if you continue facing issues at support.withinpixels.com
Hi, upgraded (fresh install for testing purposes) to newest version, did the usual adjustments that worked before, released to github pages (which worked before), but having troubles, main page is loading (fuse spinner), then redirecting to 404, from tehre I can switch to login , but no reaction to jwt login. Getting <owner>.github.io/<repo>/api/mock/auth/sign-in 405 (Method Not Allowed) errors in the consoles (beside other 404s), service worker seems to work (MSW mocking enabled). Re-adjusted again following your and vite’s documentation, but no success. Something seems to have changed compared to previous versions. Can this be covered by your support (I would renew only for this)?
Hi, We changed our mock adapter to mock-server worker,
so you may need to generate mock-server worker with correct path: https://mswjs.io/docs/integrations/browser#generating-the-worker-script also checkout vitejs deployment documentation for githubpages at https://vite.dev/guide/static-deploy#github-pagesAlso make sure you are giving correct VITE_API_BASE_URL in .env file which needs to be your deployment url of github pages.
kind regards.
I’ve already bought and raise ticket, but over 5 days no response…?
Apologies for the delay—we’ve been finalizing our React v19 update. We’ve just responded to your ticket. Thanks for your patience!
hello, I found a lot of errors during the npm install
getting a lot of warnings & errors during the npm install. the messages say deprecated plugins. the page cannot loads after build & even not loaded on dev mode
also not able th access your support tickets
Are you running the latest version? We’re constantly updating dependencies, and I’ve checked again—there are only a few low-priority warnings, related with development dependencies, not errors. Nothing important, as usual.
Please use support.withinpixels.com
Regards.
I am trying to raise a support issue on the author’s support system. On clicking the link, I get error: { “error”: “invalid_request”, “error_description”: “Wrong RedirectUri provided” }
This is the issue I need support with:
I was working with the fuse page carded and importable the datatable component in that to create a user table and implement crud APIs and populate fields with dummy data for the instance. I have rechecked my all the paths and import paths aswell and I am still getting the issue of “failed to fetch dynamically imported module” i have attached the error image of my localhost below. I am using the skeleton version of fuse react vitejs. i haven’t changed any file structure i have just added a new page in the app/(control-panel) named ‘user creation’
I can share more details if required
Please use support.withinpixels.com
When I try support.withinpixels.com, I get error: { “error”: “invalid_request”, “error_description”: “Wrong RedirectUri provided” }
Thank you for informing, its fixed, please try again.
Hello
I would like to use jwt to authenticate using a backend API, replacing the mockapi that uses in json format, I call the api but the result of the api is displayed in inspect element, how can I replace mockapi with my own api (NODE) without displaying it in inspect element since with the jwt method you compare the input with the json file, as if you bring the database back to the browser
The question replied at out support platform https://support.withinpixels.com/
Kind regards.
Hi, is Fuse React version supports firebase CRUD operations for all apps ? if not where firebase is used for in this product, and thank you its already an amazing product
Hi, Fuse React using REST api all over the app, Here is the open api specs documentation: https://fuse-react-vitejs-demo.fusetheme.com/documentation/development/api-integration/mock-api
There is only Firebase Authentication example.
Hello I would like to ask if there’s any offer if I buy 3 years support? Or I can request special quotation to you?
Hi, Unfortunatelly there are no 3 years support option on Themeforest. You can just extend now and renew later when it will expire.
Hi, I want to access version 10.3.0 in older versions, can you help?
I have accessed the ts codes via github, but where can we access the js codes in production mode?
Hi,
You can checkout js-demo and js-skeleton branches.
Keep in mind the js branches deprecated, If you want to use the project without, you need to use the TypeScript compiler (tsc) to compile your TypeScript code into JavaScript. For more information on how to use the TypeScript compiler, refer to the official TypeScript documentation: https://www.typescriptlang.org/docs/handbook/compiler-options.html
Regards.
I’m interested in your template!
Questions:
1 – Any plans to launch a Flow Builder page (example: https://reactflow.dev)?
Hi, it’s not in our priority list.
Is it possible to use a LARAVEL backend in this template?
Hi, We don’t have plan to release Laravel version, The Fuse React can be used with Laravel as SPA, and laravel as api service.
Hi, I noticed a problem at pagination. Suppose, if I delete a row from page number five, it deletes but redirect me to page one. Did anyone noticed it? What could be the solution? Thanks
Hello, It’s been a month since I asked for support via ticket #5581 but no-one has replied and the ticket is closed. I’m wondering why. Is this normal?
Hi John,
Of course it’s not normal, my bad.
The ticket was overlooked and automatically closed.
Sorry for delayed response,
Kind regards.
Hi there , im interested in this , is the Figma template included or available ?
Hi, unfortunatelly we do not provide Figma template.
Is the purchase support valid? I have sent tickets, and it’s been more than seven days without any response.
We have answered the questions,
We have also released a new update, it’s worth to checkout: We have released new update, its worth to checkout: https://react-material.fusetheme.com/documentation/changelog
I can’t connect to github. It’s saying my purchase code is invalid.
Hi, please open support ticket,
probably you entered wrong email address. We will remove your record and you can re-fill the form.
Kind regards.