Back

**AppwriteException: Invalid document structure: Attribute "$tenant" has invalid type. Value must be

  • 2
  • General
  • Web
azi
30 Mar, 2025, 09:16

I'm experiencing an issue with my Appwrite project where I'm getting the error: "Invalid document structure: Attribute '$tenant' has invalid type. Value must be a valid integer"

Environment:

  • Using Appwrite Cloud (not self-hosted)
  • SDK version: 13.0.2
  • Frontend: React + Vite
  • TypeScript project

Issue details:

  1. This error occurs during authentication (both sign-in and sign-up)
  2. It also happens with database operations like fetching posts
  3. Clearing browser cache fixed the authentication issue, but I'm having partial problems with images
  4. Some images from storage display correctly, while others don't show up at all

What I've tried:

  • Modified the authentication flow to remove session deletion before creating a new session
  • Cleared browser cache (fixed authentication)
  • Checked my configuration settings
TL;DR
Issue with Appwrite Cloud SDK version 13.0.2 in React + Vite project. Error "Invalid document structure: Attribute '$tenant' has invalid type. Value must be a valid integer" during authentication and database operations. Authentication fixed with browser cache clear, but image display issues persist. Solution: Update SDK to version 17.0.1.
D5
30 Mar, 2025, 09:23

Oh, wait

D5
30 Mar, 2025, 09:23

You're using the web SDK?

azi
30 Mar, 2025, 09:23

upon my checking, i could open and connect with my appwrite alr but the storage seems to do some bugs on my end. it doesnt display some of my images from my bucket.

azi
30 Mar, 2025, 09:24
D5
30 Mar, 2025, 09:24

Are they visible from the console?

azi
30 Mar, 2025, 09:24

it doesnt also display any error on console

D5
30 Mar, 2025, 09:24

I mean, in the appwrite dashboard

D5
30 Mar, 2025, 09:24

@azi Are you using the web SDK? If so, why not use the 17.0.1?

azi
30 Mar, 2025, 09:34

{ "message": "Invalid document structure: Attribute $tenant has invalid type. Value must be a valid integer", "code": 400, "type": "document_invalid_structure", "version": "1.6.2" }

i've updated it to 17.0.1 now

azi
30 Mar, 2025, 09:35

export function getFilePreview(fileId: string) { try { const fileUrl = storage.getFilePreview( appwriteConfig.storageId, fileId, 2000, 2000, ImageGravity.Top, 100 );

TypeScript
if (!fileUrl) throw Error;

return fileUrl;

} catch (error) { console.log(error); } }

Jochen
30 Mar, 2025, 09:47

Having the same issue, also changing any document or user account via https://cloud.appwrite.io/console yields the same error

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more