Hey I wanted to ask what is the quota for Image Transformations on getFilePreview endpoint for github student plan. As far as I know, it's similar to Basic Pro plan so 100 origin images per month?
<div className="aspect-video relative mb-4">
{/* Use the previewUrl as the image source */}
<Image
src={
`https://cloud.appwrite.io/v1/storage/buckets/67a6452c003b5b6b6502/files/${note.fileId}/preview?project=679a700c0013ee3706ba` ||
"/jerry.jpg"
} // Fallback to '/jerry.jpg' if previewUrl is empty
alt={note.title}
fill
className="object-cover rounded-md pointer-events-none select-none"
/>
</div>
<p className="text-base text-muted-foreground mb-2 line-clamp-2">
{note.description}
</p>
</CardContent>
like I'm using that endpoint to get the file-preview as an image, nothing fancy
yes, correct, same as Pro plan.
btw, you're not really making use of the image transformations, so you should use the view endpoint and not the preview one
hey thanks!! that worked
also how long is the github education active before needing renew (duration) I think the github education offers renewal after every 2 years
So if i signup now I have to renew the appwrite education after 2 years?
maybe you had another transformation done somewhere else?
It's not counting for me if i use the view method
nope I'm only using it here and no where else
Is your code deployed anywhere?
Yes beta on vercel
Maybe someone has an old version that still uses preview
But in vercel the website gets switched to the latest deployment and only the owner can view the older deployments right
I mean maybe it's cached client-side
hey i deleted the previous deployments and my current deployment does not use preview endpoint still I'm having Image transformations how is that possible?
Code repo - https://github.com/Arsenic-01/studystack Possible flaw - https://github.com/Arsenic-01/studystack/blob/main/components/note-card.tsx or https://github.com/Arsenic-01/studystack/blob/fbd24ee31255fb2126927df6c84e7bf8cf85a30c/components/note-table.tsx#L4
Only in these files I'm using appwrite's file endpoint
I have the same issue...
I checked all my deployments and all my image endpoints in my browser console and verified that they're all using /view.
It still shows images transformed in my billing
I think it's a bug on the cloud console side?
cuz i froze my deployment so there's no online hosted website and I didn't access any files today locally, still shows that i have 22 unique image transformations
I believe it's a minor bug that impacts only a small number of users
Because, as he mentioned, he isn't experiencing the same issue.
this
So there's no increase as expected π
Recommended threads
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- 500 Server error
getting same 500 status This is my appwrite project: https://cloud.appwrite.io/console/project-fra-691932db0036241caa0e/overview/platforms Help how to open th...
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...