Skip to content
Back

Error 500

  • 0
  • Web
Mo76
15 Nov, 2024, 17:17

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

TL;DR
Error 500 when trying to sign up, AppwriteException: Collection not found. Check logs of the Docker container running the Appwrite API for more info.
Christy Jacob
15 Nov, 2024, 17:23

it seems like you are running appwrite locally?

Mo76
15 Nov, 2024, 17:26

using localhost:3000 until Im able 2 deploy it

Christy Jacob
15 Nov, 2024, 17:27

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

Mo76
15 Nov, 2024, 17:27

you mean inside your backend

Christy Jacob
15 Nov, 2024, 17:29

are you using Appwrite Cloud or self hosting?

Mo76
15 Nov, 2024, 17:29

at this point Im using the cloud

Mo76
15 Nov, 2024, 17:31

databaseId, attributes etc. is all hooked up the right way , my env looks fine ass well

Christy Jacob
15 Nov, 2024, 17:32

and what is your code to sign up?

Christy Jacob
15 Nov, 2024, 17:37

can I see the implementations of createAccount and signInUser

Mo76
15 Nov, 2024, 17:38

ok one sec

Mo76
15 Nov, 2024, 17:40

SignIn: import AuthForm from "@/components/AuthForm";

const SignIn = () => <AuthForm type="sign-in" />;

export default SignIn;

Mo76
15 Nov, 2024, 17:41

create account was the one above called Authform.tsx

Christy Jacob
15 Nov, 2024, 17:43

import { createAccount, signInUser } from "@/lib/actions/user.actions"; I was looking for these

Mo76
15 Nov, 2024, 17:50
Mo76
15 Nov, 2024, 17:55
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more