On a brand new view within the app I am getting these errors in the browser -> developer tools -> console window. Where can I get this sparkLine file and is it needed?
GET http://localhost:62115/lib/jquery.sparkline/dist/jquery.sparkline.js 404 (Not Found)
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
I am using the .Net Core template. I understand all the projects in the template except for the "MyProjectName.Web.Host" and the "MyProjectName.Web.Core" projects. I don't see any documentation on these projects. Can you provide a description of each project and how they relate to the entire solution as a whole?
I am implementing Stripe JS into my project which upon validation will give me a token per user. I want to store that token in the AbpUsers table. The ABP dbContext file seems to be compiled. Do I just manually update the SQL table or do you have another standard way of doing this?
I guess a better way of asking this is how do I update the out of the box ABP database tables?
I am using the .Net Core template.