aws-amplify / amplify-studio

AWS Amplify Studio (Formerly Admin UI)
136 stars 31 forks source link

Cannot open data modelling on Amplify Studio #645

Closed openmind-gnerlich closed 2 years ago

openmind-gnerlich commented 2 years ago

Before opening, please confirm:

App Id

https://eu-central-1.admin.amplifyapp.com/admin/d7x5s69pkglwd/staging/home

Region

eu-central-1

Environment name

staging

Figma File Version (if applicable)

No response

Amplify CLI Version

9.2.1

If applicable, what version of Node.js are you using?

v16.4.0

What operating system are you using?

Ubuntu

Browser type?

Google Chrome

Describe the bug

Firstly, I created with Amplify CLI graph schema, then I want to extent this schema on Amplify Studio. I enabled data modelling in Amplify Studio and modal-windows "Save and Deploy" with button "checking for running deployment" is shown. It took very long and never stopped.

Expected behavior

Open data modelling with actual schema

Reproduction steps

  1. Open Amplifiy
  2. Click in Menü "Data"
  3. Click Button "Enable DataStore and deploy"
  4. Waiting....

Additional information

image

medinatochiajro-metergram commented 2 years ago

I am getting a similar error, the Data from Amplify Studio is loading since more than 15hours, the same with Content.

openmind-gnerlich commented 2 years ago

It worked now with step-commands: $ amplify update api → GraphQL → Select Enable Conflict detection(Datastore)→ Auto Merge and follow the wizard and finally perform $ amplify push → to push changes to update the cloud resources

medinatochiajro-metergram commented 2 years ago

My problem was in the GraphQL API schema. I had added authorization rules that it didn't seem to accept them.