darkxnarutoopOriginal post
Web Developer
Hello, im trying to use otp verification in my next js project but appwrite server is sending empty secret. i am attaching code where the error is occuring and some error msg screenshot. it is creating a session but secret is empty due to which it is failing. please help
Summary
Developers are struggling with generating a session secret in their Next.js project while using OTP verification with Appwrite server. They suspect the issue might be related to an empty secret being sent. One suggestion is to double-check if a valid API key is being used and ensure it is not exposed on the client side.