Base solution for your next web application

Activities of "maliming"

You can open the browser's development tool to see if there is javascript file not loaded successfully, or javascript script to perform wrong output.

hi geek1913

What is the output of npm run create-bundles?

As it turns out, [Delete BIN OBJ Folders] needs to exclude the node_modules directory. :D

For security and privacy reasons, I believe that applications cannot get sensitive information unless they are actively provided by the user.

:D

You can allow the user to bind the phone number when logging into the application after the user has successfully registered.

Is the primary key id of the data in the Abp Tenants table a number 1?

If you are just starting the project, you can delete the database and re-migrate.

Can you share the complete stack information?

You can try to modify the database name of the database connection string, re-migrate and start the application to see if it is still wrong.

Just like the documents says: [https://www.aspnetboilerplate.com/Pages/Documents/Entities#iextendableobject-interface])

IExtendableObject defines the ExtensionData string property which is used to store JSON formatted name value objects.

So it can store any object that can be serialized into json

While this technique can be very useful in some cases (when you need to provide the ability to dynamically add extra data to an entity), you should normally use regular properties. Such dynamic usage is not type safe and explicit.

Version 5.5 is the release version. Dev Branch is the latest development code.

The reason why it is bulky is because it contains git records and some objects needed for development.

Showing 11 to 20 of 2993 entries