Email confirmation redirects to localhost
Email confirm opens localhost—replace with Jetson IP so redirect reaches the robot UI.
This is a known issue where the redirect defaults to localhost.
If you opened the email on a different device (e.g., your laptop), localhost points to that device instead of the Jetson.
Fix:
- In your browser URL bar, replace
localhost:3000with your Jetson’s IP address. - Example:
http://192.168.1.100/dashboard
The team plans to improve this flow and support local Supabase instances to reduce friction.
Did this answer your question?
😞
😐
🤩