I have a next application deployed on aws amplify and a node.js application deployed on elastic beanstalk. Both are deployed fine.
I try to access from the front by calling the back directly from the code with axios like so axios.post(url, object).
On my machine the calls work ok, in aws I don't see the call in the network part of the browser and no console.log get displayed.
As the deployed back seems to work fine I guess the error is in the deployed next front but as I deployed with amplify I don't know where to start searching for the issue.
Any guess?
Thanks