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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...