Hey! We are using Hono for our Backend and Next.js for our frontend. We just tried to implement the forget password functionality. for testing, we just logged the url:
Reset password url for test@test.de: http://localhost:1234/api/auth/reset-password/KsXPJDCktdLHyDb92bqFkGDJ?callbackURL=/auth/reset
Reset password url for test@test.de: http://localhost:1234/api/auth/reset-password/KsXPJDCktdLHyDb92bqFkGDJ?callbackURL=/auth/reset
but localhost:1234 is the backend url, which won't work. what would we need to do, so we can reset the password?