Sebastian
Results
3
comments of
Sebastian
Perf!
Done
Hi thanks for providing help in here! I got it fixed by combining your suggestions as follows in my _app.js: ```js useEffect(() => { try { Amplify.addPluggable(new AmazonAIPredictionsProvider()) } catch...