18 Answer(s)
-
0
What can we say about this error?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
I think there is no request body in chrome developer tools. Also second Request header says 204 No Content.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Yes, this request does not have a body. The request looks fine, this is not about Angular app. Please check your server logs to find the error.
Also second Request header says 204 No Content.
I did not understand that. Is there a second request which does not get en error? Because, 204 is the correct status code this request gets as response from the server. In other words, the response should be 204 instead of 500.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
hi @drpdev2
There are
SendPhoneNumberConfirmationTokenAsyncandConfirmPhoneNumberAsyncmethods in theaccount\src\Volo.Abp.Account.Pro.Public.Application\Volo\Abp\Account\AccountAppService.csfile.The
SendPhoneNumberConfirmationTokenAsyncmethod will generate a token and send to your phone byPhoneService. TheConfirmPhoneNumberAsyncmethod will validate the token.Your license allows you to download the source code of the module.
If you still can't solve the problem, I can view it remotely through teamviewer. liming.ma@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
You can also verify phone number but you need to add SMS module. and purchase a subscription from Twilio. Otherwise you can write your own SMS module see https://abp.io/package-detail/Volo.Abp.Sms
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)





