Baytech的活动

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."

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

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.

We resolved this. It was an issues with 5.1.2, we just moved to 5.1.3

显示 18 个条目中的 11 到 18 个.
Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11