
Is anybody willing to help me and set properly the DB and collection already created? I have to upload an existing JSON I use locally with the React app.
I am not familiar with the DB. I can pay $20 by Paypal for a video call. If you agree the audio and video must great quality.
See the JSON attached
I got this message after the prompt node uploadToursToAppwrite.js
code: 400,
type: 'document_invalid_structure',
response: {
message: 'Invalid document structure: Unknown attribute: "mainImage"',
code: 400,
type: 'document_invalid_structure',
version: '0.12.113'
}
}

Does main image exist on your collection?

nope

I have problem how to create the JSON. is not complex for me frontend side but quite cokplext with Appwrite beacuase I am new wiht the app

May you help me?

Heyo!
As it says, your attribute "mainImage" is missing.
Go to the collection you want to work with and make sure the attribute mainImage
exists.

Follow this guide: https://appwrite.io/docs/products/databases/quick-start

ok! None of the attribute is in the collection which is empty.

Make sure to add attributes. Check out the link I posted, it shows a quick overview of how appwrite databases work!

also it's cAsE sEnSiTiVe

how to create this: "itinerarySteps": [ { "stepTitle": "Hotel Pickup", "stepDescription": "Lorem ipsum dolor sit amet, consectetur adipiscing elit." }, { "stepTitle": "Hotel Pickup", "stepDescription": "Lorem ipsum dolor sit amet, consectetur adipiscing elit." }, { "stepTitle": "Hotel Pickup", "stepDescription": "Lorem ipsum dolor sit amet, consectetur adipiscing elit." } ]

It coudl be a stupid question but I am bit disoriented.

Create 3 documents, with 2 attributes both strings called stepTitle and stepDescription

(create the attributes first)
Recommended threads
- Could not open input file: /usr/src/code...
I updated my selfhosted instance to `1.6.2` and the new service (`appwrite-task-stats-resources`) failed to start. The only log message I see is: ``` Could not ...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
- 15$ payment
Hello everyone! there is a small issues, I accidently paid 15$ today, I am a student, I never claimed the pro plan on github edu. but I acciently paid those 15 ...
