Activities of "safi"

Hi,

do I need to install this too

No, you don't need, the Twilio module depends on SMS.

Thanks much. It's working. Can you please check this one https://support.abp.io/QA/Questions/2810/Menu-is-not-hiding-while-checking-permission-on-menucontributor-class

The document: https://docs.abp.io/en/commercial/latest/modules/twilio-sms

Please make sure the module dependency is added

[DependsOn( 
    //...... 
    typeof(AbpTwilioSmsModule) 
    )] 
public class YourModule : AbpModule 
{ 
} 

do I need to install this too

please reply

Hi @safi, unfortunately, the menu can't be updated without refreshing the page currently. There is an issue about this, you can follow the issue to see progress.

Also, you can see this comment if you want to look for a workaround. You can apply a similar solution.

The problem is I have unchecked the permission checkbox and still able to see that menu after login.

Any update?

It's urgent please reply

Any update?

Hi,

Have you setup Email Settings for your application?

See https://docs.abp.io/en/abp/latest/Emailing#email-settings

yes I tried with default abp email settings and tried my settings as well.

System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: Authentication required

Please reply it's urgent

This seems a JSON content format problem.

https://github.com/dotnet/runtime/blob/main/src/libraries/System.Text.Json/src/System/Text/Json/Reader/Utf8JsonReader.cs#L845

Do I need to add system.text.json?

Hi,

Will it work fine if you revoke the changes?

I tried to revert changes but it's not working all changes are working on local only. Please help

Showing 191 to 200 of 286 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30