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
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...
- Site ID: 6a22303d000c95ef93bdDomain: van...
multiple rapid deployments + a force push to master caused the router to lose the domain-to-deployment binding, even though the Domains tab shows the mapping is...