anuj123upadhyay / MegaBlog

created a blogging site with all functionality using react and appwrite
https://mega-blog-8587.vercel.app/
8 stars 31 forks source link

[New]: Help Page #98

Open inkerton opened 1 week ago

inkerton commented 1 week ago

Help Page is still missing I was thinking of adding some basic FAQs to the page like this below. It opens up on click to display the answer.

image

inkerton commented 1 week ago

@anuj123upadhyay Assign it to me I will get working on it.

And till then tell me how I can signin I am unable to signin. Then I will work on the individual post page I looked through the code but I cannot see any changes that I am making.

anuj123upadhyay commented 1 week ago

I am able to login into my account

anuj123upadhyay commented 1 week ago

Try to make another account or you can use my credentials if you want I will share it to you if you want

anuj123upadhyay commented 1 week ago

I assigned this to you

inkerton commented 1 week ago

I tried making a new account also but that also gives me an error. image

@anuj123upadhyay Can you just send me what i should add in my .env file send me the variable names and if i need to add any api key or something.

inkerton commented 1 week ago

Do you have these 5 variables stored in the .env how do I get the values for these I never used appwrite's auth service. can you provide me values for these. @anuj123upadhyay

{
    appwriteUrl: String(import.meta.env.VITE_APPWRITE_URL),
    appwriteProjectId: String(import.meta.env.VITE_APPWRITE_PROJECT_ID),
    appwriteDatabaseId: String(import.meta.env.VITE_APPWRITE_DATABASE_ID),
    appwriteCollectionId: String(import.meta.env.VITE_APPWRITE_COLLLECTION_ID),
    appwriteBucketId: String(import.meta.env.VITE_APPWRITE_BUCKET_ID)
}
inkerton commented 1 week ago

@anuj123upadhyay ???Are you busy??