MagicLink Extension Breaks with Emails like <email>+<testalias>@gmail.com

Options
If you head to the MagicLink demo(https://demo.xano.com/magic-link-sendgrid/home), and type an email like mike+testalias@example.com, the frontend rejects the input. 

We implemented the extension on our app, and using an email like this for testing results in a 400 error from Xano. My guess is it is because the magiclink extension expects url parameters to not contain '+' symbols. 

Is this a fixable request?

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    hi  - front-end demo doesn't seem to accept the "+" format for the input box. The front-end demo is a little out-dated but is just to be used as an example.

    On the other hand, I have found no issue with the API accepting a "+" in the email name. You should have no limitation from Xano implementing this into your app. 

    Can you please check your API request history to see why the 400 error is being triggered?