With functions like this, how do redirect the user to the previous page after a successful login
const router = createRouter({
history: createWebHashHistory(),
routes,
});
router.beforeEach(() => {
// reset config to initial state
store.commit(Mutations.RESET_LAYOUT_CONFIG...
Hi,
I use the React version of Metronic and when using the stepper on "https://preview.keenthemes.com/metronic8/react/demo1/crafted/pages/wizards/horizontal", I noticed that the logic behind submit step button is not well written I think or maybe there is something else...
Evrything goes well whe...
Hello,
I'm a huge Metronic fan and I really like what you do.
I am using your template, and in the dark-mode version of React, the infos (numbers or data) are not displayed correctly on the charts when I hover on it. So I wonder if I dit something wrong during installation or is it coming from you...
Hi
I am having trouble getting the vue version working right. I am now just working with the demo but that is far from perfect. In the video about how to start it you export a file, but for vue that is not the case. You just have a bit of typescript, that's it. How am I supposed to start a vue pr...
I bought the theme and install locally but I didn't find some of the pages/components that is showing in theme preview like application , admin , multiple dashboard , user management etc.
I am following this link for preview an...
Hello... An angular newbie here, I get this when I do an "npm install"...
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: demo1@8.0.38
npm ERR! Found: @angular/compiler@13.2.5
npm ERR! node_modules/@angular/compiler
npm ERR! @...
Hello,
I bought Metronic theme but I didn't get all the versions in the download file.
I don't know how to pull all the pages after deploying the theme on our server, specifically Products, Admin, User etc.
Thank you.
I am attempting to use alerts as defined in this section of the documentation
https://preview.keenthemes.com/metronic8/demo1/documentation/base/alerts.html
When I attempt to apply this markup in my page, the alert box does adopt the correct color, but the icon does not render and the text is n...
Hello,
I can see each element when i go to following link (html version of demo1 ) i can see all elements and explore them.
https://preview.keenthemes.com/metronic8/demo1/index.html?_ga=2.96392405.891822424.1653486730-1662773759.1631454151
But if i go to react version of demo1 metronic app...
Hi Support,
I'm trying to use the login page however I'm getting this error
Page not found: authentication/flows/basic/sign-in error
May I know where to locate this sign-in and sign-out pages?
Hey there,
My work recently bought Version 8(React) and i’m new to metronic.
I wanted to know couple of things that I couldn’t find an answer to them in your documentation.
1. Your components are reusable?
For example I tried to copy the Language button that located inside the User actions to...
Hi,
Is there, by any change, a Metronic Design System file (preferably Adobe XD) available?
It would be very useful to have, for UI/UX designers, to use as base designs, together with the HTML/Vue/Angular/etc for frontend developers.
Thanks.
I encountered many problems when building vuejs with HTML version. Would you like to ask me if you will build demo11 into a demo program of vuejs in the future?
Hi Can you advise I try to follow your docs by changing
- "homepage": "/Metronic/react/1",
+ "homepage": "/my/app",
and using build with
$ react-scripts build
it still shows not found page.
Hello to everybody,
I write you since we've a regular license support and I wish to take the best from Metronic template, I need to perform some CRUD operations on some items I access via REST API.
In my particular case I want to know what's the best practice to insert/edit an item. Currently I'...
I'm getting thousands of errors when trying to setup eslint properly. I didn’t find anything in the documentation.
I followed the steps and installed the theme using "npm install", but when I do "npm run serve" I get a message saying the eslintrc file is missing.
I tried to do "eslint --init"...
Hello,
I'm having issues getting the aside in combination with the drawer to work properly for demo 1 react.
When reloading the website hard on a lg screen the sidenav has the classnames .drawer and .drawer-start causing the aside to be
.drawer.drawer-start {...