How to fetch data without authentication
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
How can I bypass the authorization and fetch data that is available for all users after logged in without logging in on Nextjs project. The following is the code snippet that fetches all the documentation pages and I want to fetch the documentation page data without logging in. I manage to call the the endpoint but it giving me empty array
2 Replies
Giant pandaOP
Giant pandaOP
anyone who know how??