Activities of "alper"

@kirtik we are not experienced on SSL issues. this is more like devops issue rather than ABP. maybe you can ask to experienced DevOps guys

the latest EF Core is 5.0.7

probably the node_modules is not installed correctly.

delete this folder => C:/Workspace/OrderManagementSystem/src/angular/.suite/schematics/node_modules

open cmd in C:/Workspace/OrderManagementSystem/src/angular/.suite/schematics/ and run yarn

how about ordering them in the UI ?

You can cache tokens since the browser also stores it until the expire date. I'm not sure if that causes a security leak. this is more a security concern which is out of my domain.

the cookies are stored for only active session. when you close the window, it becomes invalid. users must check "remember me" to have a persistent session.

Add a sorting property

Use it in the query

if there'll be 100 tenants then using a wildcard certificate that supports all subdomains of your tenant1.website.com is good to go . but if your tenants are limited and known before then you can setup individual SSL certificates. for example we use this

send us the latest log file. it's under

%UserProfile%\.abp\suite\logs

that's the good solution

Showing 731 to 740 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54