hi
Failure sending mail. ---> System.Net.Sockets.SocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions.
You can use this sample to test your email configuration.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
Is there any way to disable email to send functionality? I want to skip sending emails during user registration for now. What if I delete block of #if DEBUG .... #endif?
#if DEBUG context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>()); #endif
Hi,
I have sent you some detailed log data regarding the login/logout issue in the Azure App service.
If you need more details please let me know.
Thanks in advance
hi
I'm not good at
Azure web service
. Abp is just using the standard way to output logs.https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/Program.cs#L24
Please check if the https://azapp-mc-abpmvisclient-dev.azurewebsites.net is valid for post_logout_redirect_uri of MVIS_abp_App application.
You can check the PostLogoutRedirectUris of the OpenIddictApplications table.
Thanks.
I'm working on logging AthServer on the Azure App service error messages to provide you Then I will send you the logs you requested. However, It would be a great help and time-saving, if you or an Azure expert in your team sent me a sample code or setting on how to integrate ABP app logging to Azure App Service Insight.
hi
Your logs are still not complete.
Please check if the
https://azapp-mc-abpmvisclient-dev.azurewebsites.net
is valid forpost_logout_redirect_uri
ofMVIS_abp_App
application.You can check the
PostLogoutRedirectUris
of theOpenIddictApplications
table.
Could you provide me some documentation on how I can enable ABP-specific logging (like in the local) for an ABP application running on Azure web service? May be in the database
hi
The logs you sent me are not complete.
Please share full error logs.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/Program.cs#L24
No way. This folder and file are not created by the Authserver in the Azure App service, since it uses a shared folder structure. However, I have sent you new logs by email. Could you set a remote call for me?
Any update?
hi
The logs you sent me are not complete.
Please share full error logs.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/Program.cs#L24
No way. This folder and file are not created by the Authserver in the Azure App service, since it uses a shared folder structure. However, I have sent you new logs by email. Could you set a remote call for me?
There must be error logs on your
AuthServer
website. Please share it. Thanksliming.ma@volosoft.com
I have sent you some logs from Azure Log Streaming. Didn't it provide some insight into the issue?
hi
The logs output to
Logs/logs.txt
by default, you can share this file.
There is no such folder in Azure where the auth server app is running( neither wwwroot nor wwwroot/wwwroot ) How can I activate the logging you pointed out, for production?
There must be error logs on your
AuthServer
website. Please share it. Thanksliming.ma@volosoft.com
Is there any specific folder that I must check in the wwwroot for the ABP AuthServer logs? Since It is running on Azure web service, what logs do you mean? (App Insight, Log streaming etc)
Any feedback?