abp
abp copied to clipboard
Create a Troubleshooting document
We want to collect common problems or developer mistakes in a document as a reference. The document will especially focus on the problems that new ABP developers generally have. Some of them are:
- Where to see the application logs when they have an exception
- Using
abp install-libs
to restrore NPM packages. - DbContext dispose exceptions for Entity Framework (generally because of misusing the Unit of Work system)
- and more...
For the third article, misusing the Unit of Work, is there documentation or advice on its use?
For the third article, misusing the Unit of Work, is there documentation or advice on its use?
https://docs.abp.io/en/abp/latest/Unit-Of-Work
- The database server connection is unsuccessful due to incorrect credentials or didn't even install SQL Server (for Commercial package).
- Some templates need Redis, but the user didn't install it.
- NodeJS is not installed.
- Yarn is not installed.
- For .NET MAUI projects, workloads are not installed.
- Deployment problems (didn't change the production domains ports SSL etc... in appsettings.json and database Openiddict tables).