Activities of "rishabh.shukla"

I tried following the approach mentioned in https://learn.microsoft.com/en-us/ef/core/providers/cosmos/?tabs=dotnet-core-cli I am getting this error

I was thinking of using a microservice template but since it does not support mongo db and I am not able to connect with Cosmos db using entity framework and even I am not able to run the solution after adding a new microservice.

I thought maybe I will use the sample templates and create different solutions for each microservice as a single solution. I am able to reach to Cosmos db using Mongo DB aa the database But the challenge I face here is that there is a lot of table data created in database that I won’t use. With your expertise can you share what approach should I follow.

Yes you are correct

  • ABP Framework version: v8.0.4
  • UI Type: None
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Steps to reproduce the issue:I want to only have custom tables and databases that I create in my Mongo DB using sample abp template. I do not need the in built APIs and databases provided by ABP as I don't need them . E.g for database and tables to be removed:

This document does not help me as I want to remove out of the box tables that I don't want to use . Example:

  • ABP Framework version: v8.0.4
  • UI Type: No UI
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: I want to remove the out of the box database and tables that are created when I run the DB migrator and create my own custom tables according to my needs. I do not want to use out of the box apis as well. Will create my own.

are you building the solution using botnet graphbuild/build? and then running the solution from Visual Studio directly?

I have shared the sample code. Can you please check whether you can access it?

Hi, I can't find any error log. I am trying to do a graph build and then run particular new added microservice . It is giving this error and even breakpoint is not hitting Program.cs or CustomerPortalServiceHttpApiHostModule.cs(for new service) class.

Can you please check if the documentation for adding new service is updated one. Also is there any command to shorten the process as this is long list of steps and manually following them each time I need to add a microservice would take a lot of time.

Also I am getting this error on UI on running WebGateway Not sure whether it is related and this error is there for all the service APIs

Answer

It is not about the LanguageManagement Service. I need to remove the administration and identity microservice as I don't need them.

Showing 1 to 10 of 22 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11