Activities of "maliming"

hi

You can share the code of the service call.

For example, how do you grand permission to a role and then check the permissions code snippet?

hi

The URL in appsettings.json is still localhost.

https://fbd-staging.azurewebsites.net/appsettings.json

And can you share the Logs.txt files?

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

Please share your code to reproduce this.

Thanks.

hi

Did you change the record in the database table directly?

If you change the data in the database, you need to clear the cache. Otherwise, the framework will not know if the database has been changed.

Answer

hi

What is the difference between a personal license and other types of paid licenses?

A non-personal paid license is the standard licensing option for enterprises and commercial entities. Licenses are purchased by the company and can be used by anyone within the organization.

Personal License; on the other hand, is a type of license for private individuals/freelancers/independent developers who purchase licenses with their own funds and solely for their own use. The Personal License has some limitations. In this plan, there can only be 1 developer working on the ABP project and no additional developers are allowed to be added later to the project. Downloading the source-code of PRO modules is not allowed in the personal license plan. Also, there is no microservice template and tier (layered) architecture in this plan. Personal License holders can only use the following modules: Account, Audit Logging UI, GDPR, Identity, Language Management, LeptonX PRO, OpenIddict UI and SaaS. Personal License holders cannot use the following modules: Chat, CMS-Kit PRO, File Management, Forms, Payment, Text Template Management, and Twilio SMS. You can access the full module list at abp.io/modules.

https://abp.io/faq#what-is-the-difference-between-a-personal-license-and-other-paid-license-types

Answer

hi I will push my commits before next Tuesday.

Good news.

hi

I have reproduced the problem. Can you also share the debug logs of your staging authserver and blazor apps?

Thanks

hi

Resource temporarily unavailable (api.twilio.com:443)

I think this error is related to DNS. Can you check the DNS of your environment?

hi

If you got a new problem, You can create a new one.

Thanks.

Showing 321 to 330 of 7729 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30