#Error 500

16 messages · Page 1 of 1 (latest)

hot fjord
#

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. #1072905050399191082

tacit gull
#

it seems like you are running appwrite locally?

hot fjord
#

using localhost:3000 until Im able 2 deploy it

tacit gull
hot fjord
#

you mean inside your backend

tacit gull
hot fjord
#

at this point Im using the cloud

#

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

tacit gull
#

can I see the implementations of createAccount and signInUser

hot fjord
#

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

tacit gull