Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "ryancyq"

Hi,

We decided to support Metronic 5 version for AspNet Zero's 6.x versions. So, 6.10 will contain some bug fixes for Metronic 5 version of AspNet Zero. We will not add new features but only important bug fixes to that releases.

https://github.com/aspnetzero/aspnet-zero-core/issues/2424#issuecomment-499221260

Seems that there is a visual issue with the download page, we will check it.

Answer

We decided to support Metronic 5 version for AspNet Zero's 6.x versions. So, 6.10 will contain some bug fixes for Metronic 5 version of AspNet Zero. We will not add new features but only important bug fixes to that releases.

https://github.com/aspnetzero/aspnet-zero-core/issues/2424#issuecomment-499221260

Hi, do you mean the entities of another database do not have entity history?

Can you explain how were the multiple databases implemented? Are they being implemented as different DbContext?

Answer

Hi @jtallon, have you uncommented these lines for EntityHistory as part of the configuration?

https://github.com/aspnetzero/aspnet-zero-core/blob/e70c1dfad2f5f634a975948792239cc0bd1bfc10/aspnet-core/src/MyCompanyName.AbpZeroTemplate.EntityFrameworkCore/EntityFrameworkCore/AbpZeroTemplateEntityFrameworkCoreModule.cs#L43-L45

Hi, can you check the details of the 404 http request in the backend?

for example, what is the url that is requested and backend returned 404?

For your custom bundles, you can define it in bundle.json and webpack will pick them up.

https://github.com/aspnetzero/aspnet-zero-core/blob/3e0cd12925c66d211432c2076460dd5d5b49c94c/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/webpack.config.js#L77-L81

for additional js library, you an install it via npm and configure their bundle accordingly in bundle.json

@nicolaslau have you ran npm run build and npm run create-bundles?

also can you share how do you run the app in production mode?

if you are using IIS, please follow the instructions at https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Deployment-Mvc-Core-IIS

Hi, @nicolaslau are you using mvc + jquery?

Can you also share the code that perform the save function?

Are you able to reproduce this error on your development machine?

Hi, @exlnt sorry for the confusion, the abilities to minify css/js files have been moved to webpack.config.js and bundle.json in v7.0

In that way, app will always use *.min.css and *.min.js but content of those files will change according to development and production modes.

See https://github.com/aspnetzero/aspnet-zero-core/issues/2318

Hi, seems like the appconfig is missing, can you see if the file exists after ng bulld -prod ?

Get-Content : Cannot find path 'C:\Users\baaro\Desktop\Orca\Orca\aspnet-core\build\outputs\ng\assets\appconfig.json' because it does not exist.

Showing 161 to 170 of 573 entries