rohit-chouhan / email_otp

A fast & simple email authentication OTP sender and verification flutter package.
https://pub.dev/packages/email_otp
MIT License
13 stars 5 forks source link

ClientException: XMLHttpRequest error. #24

Closed MuhammedU05 closed 1 month ago

MuhammedU05 commented 2 months ago

Im Not able to sent with

EmailOTP.config( appName: "OTP", appEmail: 'noreply@otp.com', otpLength: 4, expiry : 30000, otpType: OTPType.numeric, emailTheme: EmailTheme.v1 );

    EmailOTP.sendOTP(email: 'myemail@gmail.com');

And after running this ClientException: XMLHttpRequest error., uri=https://email-otp.rohitchouhan.com/v3

rohit-chouhan commented 2 months ago

We have tested from our side, its working fine. please provide more details if you still facing it.

MuhammedU05 commented 1 month ago

I Just Downloaded the package and just Used the code Do I need to do something before that?

rohit-chouhan commented 1 month ago

Make sure internet is on.

On Sat, 20 Jul 2024 at 2:28 PM, MuhammedU05 @.***> wrote:

I Just Downloaded the package and just Used the code Do I need to do something before that?

— Reply to this email directly, view it on GitHub https://github.com/rohit-chouhan/email_otp/issues/24#issuecomment-2241050990, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFHE37WQCACNUWPU4RTABDZNIREFAVCNFSM6AAAAABLFUMJZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGA2TAOJZGA . You are receiving this because you commented.Message ID: @.***>

MuhammedU05 commented 1 month ago

Yes Im Running that on web, does that the issue?

MuhammedU05 commented 1 month ago

Unexpected Error: ClientException: XMLHttpRequest error., uri=https://email-otp.rohitchouhan.com/v3

can i use any email id to send right?

MuhammedU05 commented 1 month ago

Flutter 3.19.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision ba39319843 (5 months ago) • 2024-03-07 15:22:21 -0600 Engine • revision 2e4ba9c6fb Tools • Dart 3.3.1 • DevTools 2.31.1

MuhammedU05 commented 1 month ago

Im Using Web So That is the issue