Different getStaticPaths behavior with _app.js in development vs. production · Issue #16977 · vercel/next.js

Bug report Describe the bug In _app.js, I have Amplify.configure(...) that stores a configuration for internal use with other Amplify features (e.g. API): // pages/_app.js import { Amplify, API } f...