hi
Can you inspect this element with dev tool to see if it is a angular or MVC component?
hi
Please share the full logs.
You can change the log level and share the logs.txt file after reproducing the problem.
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
You should be logged in with the same user when confirming the email.
hi
Is your website running HTTPS?
Please share the logs.txt file.
Thanks
liming.ma@volosoft.com
hi
Does the '/libs/datatables.net/js/jquery.dataTables.js' exist in your test environment?
You can run the dotnet publish command and check the files under wwwroot folder
hi
After integrating the same code into our existing project, we successfully authenticated with the IDP, added the user to the database, and were redirected to the dashboard. However, after a few seconds, the application automatically redirects to the logout page
Can you share full debug logs(Logs.txt) during this process?
liming.ma@volosoft.com
Thanks
hi
Are the pages mvc or angular?
You can inspect the page via browser dev tool.
Thanks.