Hi, I'm having problems to run blazor server app with metronic theme. I have followed instructions from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/blazor.html as well from https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/bui...
Hello,I didn't understand how to use REGEX validation on fields like email, phone, url, vat etc ...The code I use is the following 'email': { validators: { notEmpty: { message: 'e-mail richiesta!' }, regexp: { regexp: /^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/, message: 'Indir...
I've tried to deploy metronic for vue 3 in docker and map it with my hostname but it can't run with the build command that you gave in the readme file. Do you have any suggestion or any more guide line about how to deploy it?
Hi Team,I have downloaded the latest version and started using "npm run localhost --demo1". I'm using I'm able to access the URL at "http://localhost:8080/dist/"But When I click any link in the menu, it is giving the error. For example when I clicked on "Crafted" - > "Authentication"...
Hi,what is the purpose of executing before each router call verify action?Metronic is expecting back user object with token. So my backend should check if user from authorization header exists then pass user with new token back?Regardsa
i've downloaded metronics latest version 8.037 on themeforest, but the size only 679mb, why it only contain demo1? The previous version 8.035 got 3,1gb on its size.
We've built a web solution using metronic react - no issues on windows or android devices, when on an apple device you can create a new record but when you then go to update it - it throws a submitForm(() TypeError: Load failed.Has us stumped...
I have tried utilizing a simple form to get the hang of how your scripts work, but am confused. I copied the section of "Sign-In Method" from the "Account->Settings.html" page in demo 20. By clicking the "Change Email" or "Reset Password" buttons, neither of the sub-sections open up and I was curiou...
I appreciate your amazing work on templates.Saw on landing usage of fs-6 fs-lg-4 , tried to use it myself expecting behavior like in all Bootstrap5 responsive items(cols, paddings, flex alignments, etc.) but it...
where to find metronic 8 angular docs please , many component like date upload image , file upload , and many not found ? any help and if there is int documentation any good solution please
Good eveningI've seen a number of posts around integrating Metronic V8 with Blazor WASM.I have this working with Blazor WASM .NET 6.I am able to provide advice should anyone still be struggling, potentially, if there is enough appetite I could create a tutorial or a demo project to share...