Activities of "thedatacrew"

It's a shame as the code is very close to working bar a couple of template changes, if you have stuff that needs to be managed in the Administration Service it makes sense to support its extensibility as you do with other modules.

I guess we will have to do this manually as you suggested.

There are 2 blocks of code that it breaks, surely it can't be that complicated to support this. Also, we found this ticket from 2 years ago https://support.abp.io/QA/Questions/17#answer-47ee0eaa-6543-fa31-447c-39f332362369

Regards

Toby.

Hi,

It's been a few days and we have since updated the solution to 5.3.1 and tried to extend the "Administration Service" with a new Entity.

However, we still get the same errors. The CRUD templates are not applying correctly for the scenario, how do we get this working so that we can move on with our development?

Thanks

Toby.

Hi,

When opening the Identity Service Solution in ABP Suite and adding a new Entity to the Service we get a "Cannot Find Permissions.cs" error when doing a build and generate.

This does not happen on the Services that we have added.

Using v5.0.1 Microservices Solution Template.

Regards

Toby.

Thanks, I'll try that. Is this caused by the CRUD editor in template generation then and why single word services names work fine and are non-case sensitive?

Hi,

Here is the link to the Microservice solution. -removed-

Unzip and build as normal, run the DB migrator and it will set everything up and then execute run_tye.ps1

Thanks

Toby.

I did a new solution, add an Order Service with a Table and it worked fine. I then followed the same process and added a further Service called ManagedEntityService with 2 tables and both of them report a 404 error when you click on the menus.

Please could you take a look at this?

Regards

Toby.

Yes,

Everything is the same as the product service example and I followed the docs. I'm using Blazor Server not Web. I can support a remote session, or I can package up the demo and send it to you.

Regards

Toby

ABP Framework version: v5.0.1 UI type: MVC / Blazor DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Blazor Server Microservices

Hi,

I have followed all the instructions to add a new Microservice like the ProductService in https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice including adding all the DB Migrations for my new Entities.

However when I browse to the new pages I get a 404 error, the ProductService works fine. I'm at a loss to figure out what I'm missing, there are no errors in any of the logs.

Please could you help?

Regards

Toby

  • ABP Framework version: v5.0.1
  • UI type: MVC / Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): Blazor Server Microservices

Hi,

We are just starting a new project and it's based on the microservice template. I would like some guidance about how to organize git source control. i.e.

My thoughts would be to split everything up and use NuGet Packaging to provide dependencies to the other projects. I would really like your opinion on this.

For Example.

Repo 1

  • Authentication / Identity Server

Repo 2

  • Front End Blazor UI
  • Web Gateway BFF

Repo 3

  • Public Web Site Front End Blazor UI
  • Public Gateway BFF

Repo 4

  • Identity Service

Repo 5

  • Administration Service

Repo 6

  • SSAS Service

Repo 7

  • Product/Custom Service

Repo 8

  • Other Service

Regards

Toby.

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