abp icon indicating copy to clipboard operation
abp copied to clipboard

Create a Troubleshooting document

Open hikalkan opened this issue 1 year ago • 3 comments

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...

hikalkan avatar Mar 12 '23 10:03 hikalkan

For the third article, misusing the Unit of Work, is there documentation or advice on its use?

JontyMin avatar Mar 22 '23 04:03 JontyMin

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

ebicoglu avatar Apr 19 '23 14:04 ebicoglu

  • 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).

ebicoglu avatar Apr 19 '23 19:04 ebicoglu