Facing issues with Next.js integration
I've a project in which i'm fetching a list of products from the appwrite collection. I'm using web-sdk and Next.js on the frontend for this, I fetched the data successfully by creating a free account but recently client shared us the invite to his account there i gott a custom apiEndpoint, projectId, databaseId and collectionId when i try to fetch data from his project I get this error(ss shared below)
appwrite.ts home/page.tsx(server component) products.ts
If you navigate to the shared endpoint on the browser (without /v1), does it open the console?
Yes it does
I tried getting data from postman using api it works in postman too.
does it have a self-signed cert or a valid ssl?
if you use the cloud endpoint, does that work?
How to check this?
Recommended threads
- Introducing new string column types made...
Adding new string types is hugely bennificial! Unfortunately it made the current column types not editable to change their types to the new longer field types.
- there is critical problem in this part
when user update the integer and double both get error not update or upload
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...