Next.js Discord

Discord Forum

How to Fetch Data from Supabase?

Unanswered
Black-billed Magpie posted this in #help-forum
Open in Discord
Black-billed MagpieOP
Hi there! My project is webservice for posting and reading articles. There is a main page where is a list of all published articles. User goes to unique article page by clicking on the article item from the list (and it goes to localhost:3000/article/[articleId] page.tsx.
The problem is to place data of article (title, author, description, image and article text. I tried a lot of things:
1. Use router from next/navigation
2. Use getArticleById and useGetArticleById hook
3. Use "articles.map(article)

No of my tries were successful (either data isn't showing or errors occurring)

So my question is: how to fetch the data to unique article page using supabase?

0 Replies