Ram

Results 118 comments of Ram

I think this is because the css of this widget are clashing with tailwindcss or something. This is because I do not see this issue in your demo. Will look...

Thinking out loud here but we can resolve this in a couple of ways: - Add `!important` to all css styles you have defined. - Provide override ability for all...

This maybe again happening due to styles clashing and, if this is the case, we can resolve this in a couple of ways: - Add `!important` to all css styles...

@awran5 Pl merge this. Ref: https://github.com/awran5/react-floating-whatsapp/issues/31

@mgomezch Thanks a mil, this solved the issue.

But now I face another weird issue, I can't logout. It gives me this error: ```java java.lang.IllegalArgumentException: No supported auth feature enabled at org.mamute.providers.AuthenticatorProvider.getInstance(AuthenticatorProvider.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at...

Is it something related to domain verification? Do I have to verify my domain to resolve this error?

Let me modify the code to see the actual error message as you said above.

Thanks for the help, let me try this and get back to you.

Unfortunately, I am facing the same issue. My latest `mamute.properties` file is like: ```properties # Use database for authentication feature.auth.db=false # LDAP configuration feature.auth.ldap=true ldap.host=ldap1.xxx.xxx.net ldap.port=389 ldap.user=Directory Manager ldap.pass=xxxxx ldap.emailAttr=mail...