#Error 500
16 messages · Page 1 of 1 (latest)
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