I am trying to create a shopify app with node template , there i am making api in my express and fetching the api’s using useAuthenticatedfetch hook from the template itself ,but if i try to hit POST request using that authenticated fetch using POST headers and specify body in it , the body is sended in express backend,but while checking the request in chrome developer console network tab the payload is there ,if i log the body of the request in my express server the log is comming empty , how to solve this
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Make a request from external node server to shopify app(node) server and get response | 2 | 55 | March 7, 2024 | |
| Posting frontend shopify node react app form data to backend using node express mongoose | 4 | 57 | March 15, 2023 | |
| I'm creating a custom private app and i'm able to do GET and PUT requests but POST doesn't work | 0 | 17 | May 8, 2023 | |
| Shopify app node templete in form-data not get in node request.body and request.file should be null. | 0 | 21 | August 25, 2022 | |
| I need to make requests to my shopify shop from a custom app developed in NodeJs | 0 | 16 | April 3, 2022 |