"Hello, I have a JS error when I start my project in plugins.bundle.js. Can you please help me?"
Hi,
Can you please provide more details? Which Metronic version are you using? Are you getting the issue with the HTML template or the ASP.NET Core starter kit?
Regards,
Sean
It’s the Good theme v1.1.3. I’m not sure what other details I can provide since the theme was purchased and given to me as a developer. Everything was working well because I completed a project with the Good theme, which is in production. Yesterday, when I ran the project, the error started appearing in plugins.bundle.js. It shows the following: 'TypeError: Promise constructor cannot be invoked without 'new'' on line 62. After clicking next, it says 'TypeError: Promise executor has already been invoked with non-undefined arguments.' I have to click next several times in 'Visual Studio.' I’m from Mexico.
Hello, another error appeared in formValidation.
Hi,
I want to apologize for the late reply.
The latest Good version is v1.1.4 and this error seems to be already resolved in the newest version.
Can you try to use the latest Good version?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I already updated, I did it from the webpack too, with with npm, yarn , everything is updated including ASP.NET and when I compile the project the same thing appears, only now it appears in the node-modules, I opened the project in ASP.NET the latest version which is in drive and is called good_1.1.4 July 30, 2024, I don't know if it comes out when compiling but it says it is a JS error
Hi,
After further testing with the latest Good theme, we were unable to reproduce the error you're experiencing.
The error you attached before seems to be the runtime error.
Could you clarify whether the error in node_modules is a compile-time or runtime error?
Are there any specific steps on how we can reproduce it?
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I installed it with npm and yarn since I am working in ASP.NET with C# and when I put the command npm run build --demo1 it gives an Invalid configuration object error. Webpack has been initialized using a configuration object that does not match the API schema, that is, it can't even do that, give me solutions please, I haven't advanced my project for a week,
And the previous error of bundle.js is when I run the application it exits and every time I make a request etc.
Hi,
I apologize for any inconvenience caused by these errors.
There is a mistake in our getting started documentation. The correct command is npm run build
, without any parameters.
We will update our document as soon as possible.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Thank you very much for your help... I have another question, my project was already executed correctly, but if I want to make a new one, do I have to put all the folders that come in Starterkit, and execute it that way? following the steps in the documentation...
another question when I run the project it does not find the assets example http://localhost:5193/assets/js/custom/utilities/modals/create-campaign.js
When I run the project the dashboard appears but it does not redirect me to any page, it just stays at the beginning
Hi,
You can either copy _keenthemes folder and then execute npm run build
again to build Good assets or copy the wwwroot/assets folder directly.
Make sure that file wwwroot/assets/js/custom/utilities/modals/create-campaign.js exists in your project.
Please be advised as promoted on Good purchase page, our Asp.Net-Core version is a Starterkit based on our HTML version, it contains a fully functional layout and a few pages for start (New Password, Reset Password, Sign In, Sign Up, Default Dashboard Page, 500 error page and 404 error page).
You can easily add any other pages by referring to our HTML version, all JS, and CSS code required for any page is already included in our Asp.Net-Core Starterkit, all you need to do is just copy HTML markup and include JS file on your page (if it is required).
Let me know if you will need any further help on this.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
When I run the project the dashboard appears but it does not redirect me to any page, it just stays at the beginning
Hi,
Please note that our ASP.NET Core starter kit only provides the assets and layout level integration. It's not a fully functional application. The inner pages integration and making all the menus fully functional is up to you how to implement according to your project's requirements.
Regards.