Struggling to establish a connection between my Ionic mobile app and AWS backend, only to encounter the recurring error message:
Cannot find module "../aws-exports"
A thorough inspection of the node-modules folder reveals its absence. Uncertain about the remedy for this issue.
This identical code snippet is replicated across multiple files within the application.
const aws_exports = require('../aws-exports').default;
The functionality of this particular code remains unclear to me. Seeking assistance from those experienced in Ionic development who could offer valuable insights.
Appreciatively, Matthew.