I'm calling third party wordpress api inside my next.js 14 app
Unanswered
Red-throated Loon posted this in #help-forum
Red-throated LoonOP
I'm calling third party wordpress api inside my next.js 14 app and i follow parallel data fetching in next.js 14 app router but it's seems not call the server side api when i deployed it my vm (i'm using aws ec2 and manged by laravel forge gui)
but it's perfect works in local machine when run the
but it's perfect works in local machine when run the
npm run build then npm run start