Activities of "gterdem"

I can not give time for the suite or the cli support to something like abp new OrderService -t microservice-service-pro --db mongo yet. However, we are preparing some commented code-base for MongoDB integration to db migration and seeding for v5.3. The microservice provider changes had to be done manually at the moment.

Thank you, I suggest switching to static proxying since dynamic proxying will make your gateways depend on microservices.

But if you want to use dynamic proxying with the ocelot, you can also do so.

Sine the generated templated using dynamic proxy, can we use dynamic Client Proxies?

For microservice template, if you change static proxy to dynamic proxy; gateways will need to depend on Http.Api layers of the dynamic proxying microservices which is not a subtle way to handle.

Which generated template is using dynamic proxy? Newly created microservice? Can you share the command you used to create the microservice?

This is not related to ABP. As I mentioned above, to sign out from external identityserver; you need to implement front-channel or back-channel logout mechanism to the external identityserver.

Try abp install-libs command under the project you are getting this error.

They are false errors. IDE showing javascript-related errors, especially related to node_modules, can be ignored and you should also ignore them.

You need to run dotnet build /graphBuild under main solution to restore your solution. Also please check Microservice getting started documentation.

Logout page of external IdentityServer which will announce clients to sign out.

Can you share your AuthServer.csproj package references?

Can you share the exact logs after running abp new <solution name> -t microservice-pro -u mvc?

The nodejs log above doesn't seem right with ABP microservice creation.

Showing 421 to 430 of 867 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11