Base solution for your next web application

Activities of "m.aliozkaya"

Hi @truist.software,

Can you share your request network and the cookies?

Answer

Hi @Jorahealth,

You can incorporate new changes into your project by adding a migration. If you prefer, you can also delete all existing migrations and create a new one to manage this process. https://www.learnentityframeworkcore.com/migrations/add-migration

Hi @ricardo,

We can't run the project. Could you fix and resent it?

Answer

Hi @jhonedulab,

I couldn't reproduce it, it works on my side. Do you have this problem with a fresh project? Also, could you share a sample project with [email protected]

Hi @qquestel,

Thanks for the files. We will check it soon.

Hi @Prasanthtp,

The first namespace is your project name or company name + project name. You should change your project name because the license key is related to the project name. For detailed information please contact [email protected]

Answer

Hi @jhonedulab,

How do you send the cookie? Can you show the method?

There is an example for you

Response.Cookies.Append("Abp.AuthToken",
    accessToken,
    new CookieOptions
    {
        Expires = Clock.Now.Add(_configuration.AccessTokenExpiration),
        HttpOnly = true,
        Secure = true,
        SameSite = SameSiteMode.None
    }
);

Hi @ricardo,

Could you share your project with [email protected]?

Hi @qquestel,

Could you share your related entity.json files?

Hi @mehmetdurmaz,

You can share your project with [email protected]

Showing 11 to 20 of 429 entries