Hi
You can check this: https://www.mongodb.com/docs/manual/reference/connection-string/
It is fixed, you can upgrade suite to 5.2.0
Hi,
do I need to install this too
No, you don't need, the Twilio module depends on SMS.
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
{
}
HI,
Can you share the full steps?
Hi,
It will fixed in the next version.
Thank you.
We will fix it and your ticket has been refunded
Hi,
I will check it.
HI,
I think this question duplicate of https://support.abp.io/QA/Questions/2841/Swift--Mobile-Front-End--MVC-Backend, so I will close the question and refunded your ticket.
Hi,
Of course you can, nothing special, you just need to make HTTP requests to the backend.
You need to send an HTTP request to the token endpoint to get the access_token: https://identityserver4.readthedocs.io/en/latest/endpoints/token.html