Ideen
Ideen
@edwardfoyle The initial DX mentions needing to import @env/. However this module is not an NPM. Could you elaborate on where we would generate this module? There’s also mentions to...
Hey @AnilMaktala, I have updated both and reloaded my dev environment. Still encountering the same issue unfortunately.
Are there any workarounds for this without needing to define the table directly in backend.ts? I am hoping to use the tables that are already defined in the data/resources.ts file....
If you are using the table name for queries/mutations on tables, the newer versions of Amplify Gen 2 allow you to access the dataClient server side very easily. If this...
Hey @renebrandel I have also reproduced this on a brand new app setup with: `npm create amplify@latest` My package JSON contains the following relevant modules: ```{ "name": "bin", "version": "1.0.0",...
@renebrandel Okay I found something significant: Even the amplify-next-pages-template has this issue. See: Line #8 on https://github.com/aws-samples/amplify-next-pages-template/blob/main/pages/index.tsx The Official Gen 2 docs do not reflect this change but, it seems...