Hi @truist.software,
Can you share your request network and the cookies?
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 @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]
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]