Activities of "liangshiwei"

Hi,

I could not reproduce the problem, could you share a project that can reproduce the problem with me? shiwei.liang@volosoft.com thanks.

I need a modern application where I do not fuse the Web and API together. these 2 must be separated.

You can consider using the Angular UI or Blazor UI, they are completely separate.

the JWT token is not really used for API calls instead the Web is tightly coupled with the web.

No, the Web use C# client proxy: https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients to access the API and the JWT token used inside.

I should be able to use a call to the Application service directly.

However, this is by design, but there is no something blocking you, you can change it if you want.

I do not believe using an App service is "Accessing the database directly"

As you know, typically application services use repositories or domain services and they have the ability to access databases.

Do not use the routing middleware in the gateway.

If you use routing middleware, it will handle the request itself instead of forwarding to the service

Hi

For Tiered project it's required.

The tiered solution is a front-end and back-end separation project.

  • MVC is the front-end
  • HttpApi.Host is the back-end

The MVC project does not access the database directly(application, domain service). It accesses the backend via HTTP API.

You can see the document:https://docs.abp.io/en/abp/latest/Startup-Templates/Application#tiered-structure

2.0.2 based on ABP 7.0.0

Hi,

Yes, you can upgrade to 1.0.4

Hi,

Sorry, I didn't see anything in the logs. could you share a project that can reproduce the problem with me? shiwei@volosoft.com I will check it

Can you share a project that can reproduce the problem with me? shiwei.liang@volosoft.com I will check it

Hi,

I think the main question of this ticket is solved, I close the question. please create a new ,thanks.

Hi,

We have an example you can check: https://github.com/abpframework/abp-samples/tree/master/Ids2OpenId

BTW, can you share the full logs?(webapp & authserver)

Showing 51 to 60 of 2428 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13