Hey Im struggling with the sign-up within my code: Failed to send email OTP POST /sign-up - Error 500 ⨯ AppwriteException: Collection not found at _Client.call. -- Can I sen d you my user ID somehow, been sitting on this for a day now, I can't figure it out. #🚑│support
it seems like you are running appwrite locally?
using localhost:3000 until Im able 2 deploy it
there is a server error so you will need to check the logs of the docker container running the Appwrite API to get more info
you mean inside your backend
are you using Appwrite Cloud or self hosting?
at this point Im using the cloud
databaseId, attributes etc. is all hooked up the right way , my env looks fine ass well
and what is your code to sign up?
can I see the implementations of createAccount and signInUser
ok one sec
SignIn: import AuthForm from "@/components/AuthForm";
const SignIn = () => <AuthForm type="sign-in" />;
export default SignIn;
create account was the one above called Authform.tsx
import { createAccount, signInUser } from "@/lib/actions/user.actions";
I was looking for these
Recommended threads
- Project auto-blocked after load testing ...
Hi team 👋 My project has been automatically blocked with the message: "Project is currently blocked — Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! 👋 We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...