Ends in:
0 DAY
23 HRS
2 MIN
10 SEC
Ends in:
0 D
23 H
2 M
10 S

Activities of "Baytech"

I have the same issue. Fresh install with latest abp.6.01

I ended up getting this to work.

https://gist.github.com/muhammedaltug/8969dd3ea00e902b034c8a5743165248

I also get this issue when I try to specify a modul. I have to use the following syntax and specify the URL instead of the module name (where the URL is the one my micro-service) :

abp generate-proxy -t ng --url https://localhost:56691

I still get this error. I am wondering I created the microservice project with the name with a dot. "Baytech.Systems" maybe that is causing issues. (EDIT) Just tried the creating another project with Baytech as the name of the project without the .Systems, still same issue.

At least you can generate the proxy. I cannot get it to generate at all. Still getting - " [Invalid Module] Backend module "productService" does not exist in API definition."

  • ABP Framework version: 6
  • UI type: Angular
  • DB provider: EF Core
  • **Microservice
  • Exception message and stack trace: [Invalid Module] Backend module "productService" does not exist in API definition.
  • Steps to reproduce the issue:"
  • abp generate-proxy -t ng

I tried this solution here, but it does not work. https://support.abp.io/QA/Questions/2824/An-error-occurred-while-generating-the-client-proxy-for-microserviceangular

Also, tried this one - https://gist.github.com/muhammedaltug/8969dd3ea00e902b034c8a5743165248, but it did not work either.

Is there any guidance on generating proxies w/ the default microservice solution?

Side question, is anyone using microservices?

Hi, I tried using Text-Templating, but am running into an issue.

I'm using: "Volo.Abp.TextTemplating.Razor" Version="5.1.3"

I set up the project similar to https://github.com/abpframework/abp-samples/tree/master/TextTemplateDemo/Razor

When I try to use:

var body = await _templateRenderer.RenderAsync("ChangeEmailRequest", model);

It doesn't render the properties.

Here is an example of the result:

Another example without using a layout:

I fixed this by adding ".WithRazorEngine()" to my EmailTemplateDefinitionProvider:

Hi, I tried using Text-Templating, but am running into an issue.

I'm using: "Volo.Abp.TextTemplating.Razor" Version="5.1.3"

I set up the project similar to https://github.com/abpframework/abp-samples/tree/master/TextTemplateDemo/Razor

When I try to use:

var body = await _templateRenderer.RenderAsync("ChangeEmailRequest", model);

It doesn't render the properties.

Here is an example of the result:

Another example without using a layout:

Using tye worked, I think the issue was the other projects were not built first. Meaning the service folder needed to be built before you compile the main one. I think.

Scott, just look at the docs online and follow them to the letter. It will work!

Malik, are you going to swap out Ocelet for Yarp anytime soon. I think the community edition already did. Ocelet is a dead project and Yarp is way better.

https://github.com/microsoft/reverse-proxy

https://github.com/ThreeMammals/Ocelot

  • ABP Framework version: v6
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Just start a new template with 6 as a microservice template.

Does not compile.

The blog was inaccurate? You cannot do it the way they said?

Either way I tried doing it your way. We don't have the angular UI on my project, so I added it into migrations.

Does it use the key the name, "Abp.Account.EMailConfirmationLink"? I inserted a value for "Abp.Account.EMailConfirmationLink" with content for the email, but it did not use it when I send the confirmation email.

Also, where are the original templates coming from? Is it a resource or something? Since database, after initial migration, does not have the list of templates shown above. The "AbpTextTemplateContents" table is empty on initial migration.

Sorry for all the questions, it's just confusing.

Showing 21 to 30 of 33 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 05, 2024, 12:19