17 Answer(s)
-
0
Hi,
Can you share the all app error logs?
-
0
its deployed on the server . working perfectly locally
-
0
Hi,
Can you share the full app error logs?
-
0
Hi,
Can you share the full app error logs?
where to find logs? its deployed on the server
-
0
Hi,
Can you share the full app error logs?
where to find logs? its deployed on the server
Here is what I found on the database [ { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null } ] same as the image I sent earlier
-
0
-
0
there is no Logs Folder
-
0
-
0
-
0
-
0
Could you share the full steps to reproduce? thanks.
-
0
1- I changed configurations from having "localhost" to "my server ip". 2- I run the DbMigrator to create the database. 3- I publish the project and copy the generated files to the server. 4- I made new site in IIS. 5-Run the site.
problem only with the authentication page other website component are working
-
0
Hi,
Sorry, I don't even know the UI type and ABP version of your project.
This information is not enough to reproduce the problem.
Could you just share a project that can reproduce the problem to make progress? my email is shiwei.liang@volosoft.com Thx
-
0
Hi,
For generating logs, please check https://github.com/dotnet/sdk/issues/7943
Once check whether, IIS USER has read and write permissions to the publish folder (Try giving Full Control)
Thanks
-
0
Hi,
Sorry, I don't even know the UI type and ABP version of your project.
This information is not enough to reproduce the problem.
Could you just share a project that can reproduce the problem to make progress? my email is shiwei.liang@volosoft.com Thx
it was a server permission issue the program was not have the "write" permission to generate logs , I sent the logs to your email .
-
0
i found th error in logs
System.InvalidOperationException: No authentication handler is registered for the scheme 'Windows'. The registered schemes are: OpenIddict.Validation.AspNetCore, Identity.Application, Identity.External, Identity.TwoFactorRememberMe, Identity.TwoFactorUserId, Abp.ConfirmUser, Abp.ChangePassword, OpenIddict.Server.AspNetCore, Google, Microsoft, Twitter. Did you forget to call AddAuthentication().AddSomeAuthHandler? at Microsoft.AspNetCore.Authentication.AuthenticationService.AuthenticateAsync(HttpContext context, String scheme)
-
0
Related: https://support.abp.io/QA/Questions/6204/windows-Authentication
You are trying to integrate Windows login, did you configure it correctly?