Details below
Hey everyone I am facing issue while working for the first time with appwrite ecosystem. here is full explanation where i am getting stuck
can you provide some more info?
Aim: Creating a blog app (with the help of tutorial by a popular creator name Hitesh Choudhary
Video Link: https://youtu.be/zWF7O7aHQW4?si=UyoUT5RHV2Vzs16Z
- I followed this tutorial completely ( tried my best to understand the concept as well)
- implemented the Code here: https://github.com/SomeEarth86/BlogWorld
Deployed Link here: blog-world-beige.vercel.app
Error I am getting: I have upto date Google Chrome
The project is not working and showing me error
Error I am facing is :
- ON going to add post and writing post is not submitting
- on going to all post it is showing some infinite error and both are related to cookies something
Error 1: pic details
Error 2 : the moment I click the All post -> inside the console the issues Starts increasing the error till infinity or memory blockage
unable to solve
Recommended threads
- appwrite auth problem regarding the sess...
Hi, I have problem with auth. When I try to login/signup using OTP, at the end session.secret is empty, i have searched online and in the docs but i cannot find...
- log out failure
I am trying to set up the user sign up/log in/log out and while I have got the sign up/log in to work, log out keeps failing. i am keeping it simple with only r...
- Use queries on relationships other than ...
Can I use queries other than Query.select on relationships such as Query.equal('relationship.someattr', 'value')?