Black_operativeOriginal post
Web Developer
I have a react app that I'm developing to learn react. I'm almost done with the project. My app is throwing this exception :
Appwrite::AuthService::login::error : AppwriteException: Invalid Origin. Register your new client (127.0.0.1) as a new Web platform on your project console dashboard
Which is amusing as I've already added localhost to the platform's hostname. I've spent an hour on this to no end, can anyone help me with this :/
Summary
Title: Issue with localhost origin validation in React app
Messages: Developer is encountering an "Invalid Origin" error in their React app while trying to login using Appwrite. They have already added localhost to the platform's hostname but the issue persists.