Hello dear all, whenever I am using create verification it's showing url should be localhost or appwrite.io or cloud.appwrite.io, but how can I run a listener at that addresses? Because in the mail inbox user is getting verify link : providedURL/verify?userid...... So how to handle the request if a user click on that link ? Please tell if anybody knows the solution
TL;DR
Developers are struggling with email verification in a React Native application when using the create verification feature. The verification link must be localhost or specific domains, but users are receiving an email with a different URL structure. They need guidance on how to handle the request when a user clicks on the link. Solution: Developers need to set up a listener to intercept the request and handle it accordingly.