Making SSR data fetching in app router similar to getServerSideProps
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
I want to fetch data using server actions and pass it to my client page component (inside the app directory) as props on success or redirect to an error page otherwise similar to getServerSideProps. Is there any way to do it?