Nxtra
Nxtra
> The problem here is that Amplify CLI writes out an ES6 module: [aws_exports.js.ejs](https://github.com/aws-amplify/amplify-cli/blob/eb9257eaee117d0ed53ebc23aa28ecd7b7510fa1/packages/amplify-frontend-javascript/lib/aws_exports.js.ejs) but then attempts to require it as a CommonJS module: [frontend-config-creator.js](https://github.com/aws-amplify/amplify-cli/blob/6334ea3a1941222711de3923dd0aa66ab50a5a64/packages/amplify-frontend-javascript/lib/frontend-config-creator.js#L226). It's like trying to execute...
I am trying to set this up with Amplify hooks. @laverdet , changing `export default awsmobile;` to with `module.exports = awsmobile;` gives me an undefined error in my react app...
> @lielran I think a good way to go around this would be to use your custom stack and use the auth/unauth role as references add your custom policies to...
> @lielran I think a good way to go around this would be to use your custom stack and use the auth/unauth role as references add your custom policies to...
When will we be able to use it with a more recent version of npm
> Sorry, I missed this. > > A setting would be great, indeed. Thank you for your suggestion. > > As a workaround, here is how we've used it in...
With OTP codes we work around it like this. We send a custom challenge answer that contains metadata which indicates the code should be resend. ``` const askToResendOtpCode = async...
For people, like me, who don't know where to set these settings. - If you don't have a `.vscode` directory in the root of your project create it. - In...
> > Check out my [article](https://dev.to/joserfelix/dynamic-theme-switching-in-ant-design-how-to-change-between-light-and-dark-themes-5b8p) on how to dynamically switch between themes! Also, if you'd like to jump in right away to a package that can help you, you...
What also works to work around it is: - revoke the camera permissions for the app in the app settings - open the app - when asked, re-enable camera permissions...