The application will automatically initialize the data when it starts. So start your website.
Please share all the code of UserFriendsCache.cs.
yes!
The JWT itself contains authentication information, and cannot be logged out unless it expires. Of course, you can set the blacklist to block the jwt token.
Is your token JWT or IdentityServer?
Take a look at your application's log file. There may be information inside.
you can refer:[https://aspnetzero.com/Documents/Road-Map])
I mean there is a security problem with "never expire".
ABP ZERO built-in JWT and IdentityServer provide Token-based functionality. You can view related documentation.
I am glad that you solved the problem. 666
After publishing to IIS, the configuration information of the website will be used under the appsettings.production.json file. Do you see if the connection string is incorrect under this file?
发布到IIS后,网站的配置信息就会使用appsettings.production.json这个文件下的.你看看是不是连接字符串在这个文件下没有修改?