Activities of "yekalkan"

Can you share today's logs at %userprofile%\.abp\suite\logs folder? Only the last exception message is enough.

Yes, you have to create those configurations manually in your main project.

Hi,

Have you setup Email Settings for your application?

See https://docs.abp.io/en/abp/latest/Emailing#email-settings

Hi @developer_infoline,

You can add the new module to Suite, using add an existing solution button. Then create a CRUD page on the module solution.

Hi @Katherine,

This is resolved in latest versions. You can see the following page to fix it in v5.1.4:

https://select2.org/troubleshooting/common-problems

You need to add dropdownParent: $('#{{your-entity-name}}EditModal') line to select2 component.

Hi @Dicky.tech,

Can you give more steps to reproduce the issue?

Am getting error when i try to create a new record.

What kind of record do you try to create?

Hi @tapio.muikku,

Suite doesn't support app-nolayers-pro template for now, we will work on that.

I'm refunding your question credit.

Actually, adding ConcurrencyStamp property to PersonalInfoModel class in Volo.Abp.Account.Pro.Public.Blazor/Pages/Account/Manage.razor file would be a better solution.

public class PersonalInfoModel
{
    ...

    public string ConcurrencyStamp { get; set; }
}

Hi @alin.andersen,

The exception is thrown by the bundling step. Luckly this doesn't seem to be a fatal error. The error message is displayed but the process continues in the background.

So you can run abp bundle command in the Blazor project of your solution and then it will be ok.

I'll create an internal issue for this problem and will solve it soon.

note: I also faced a problem with automapper after intstalling Accoun.Pro module. You may need to add the 15th line in the SS below.

I'm sending the schematics folder as a zip file to you via E-Mail. You can unzip it to angular/.suite/schematics folder in your project, then run npm install to create node_modules folder inside.

Then you can inform me if it resolved the issue with suite.

Showing 171 to 180 of 367 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30