Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amplify Studio is not working with my local schemas #592

Closed
3 tasks done
UsanaseD opened this issue Jul 14, 2022 · 7 comments
Closed
3 tasks done

Amplify Studio is not working with my local schemas #592

UsanaseD opened this issue Jul 14, 2022 · 7 comments

Comments

@UsanaseD
Copy link

Before opening, please confirm:

App Id

arn:aws:amplify:REGION:accountId:apps/d2dt92a8y10x7n

Region

eu-central-1

Environment name

dev

Amplify CLI Version

No response

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

No response

What operating system are you using?

No response

Browser type?

No response

Describe the bug

I created my schemas in CDN and did amplify push but my schema is not showing in the data section(amplify studio) nor can populate my tables through the content section (amplify studio)
ampstd
Uploading Dm.png…

Expected behavior

I expected to manipulate my data from Amplify Studio but they are no where to found

Reproduction steps

after amplify push I head to amplify studio to check on my schemas but I can't see them

Additional information

No response

@adilahkb
Copy link

adilahkb commented Aug 1, 2022

Hello @UsanaseD

When you navigate to the Data page, are you seeing an empty schema designer when the "Visual Editor" view is selected, or an empty schema when the "GraphQL schema" view is selected? Are there any error messages that show up in the UI or browser console?

There is a known bug that causes the above when your API uses a custom Lambda authorizer. Could this be the case?

@rZinnatov
Copy link

rZinnatov commented Aug 9, 2022

I might experiencing the same issue with React Native:

  1. Run amplify add api
  2. Go through steps of adding GraphQL api
  3. Add schema into amplify/backend/api/{name}/schema.graphql
  4. Run amplify push
  5. I can see extensive log in the console saying Updating resources in the cloud. This may take a few minutes...

Expecting to see my schema in Data section and GraphQL resource in GraphQL API section in Amplify Studio.

But state of the project in Amplify Studio is like nothing happened. Double check the App id, so I'm looking at the right app.

I'm not using a custom Lambda authorizer

UPDATE:
Seems like changes are applied but not visible from Amplify Studio frontend, because I did the following:

  1. New React Native project
  2. Run amplify pull of the same Amplify app
  3. I can see my schema added to the project

@adilahkb
Copy link

Hello @rZinnatov, are you able to provide your app id and region? Or your GraphQL schema?

@ykethan
Copy link
Member

ykethan commented Nov 28, 2022

Hey @rZinnatov, following up on this. Are you still experiencing this issue?

@ykethan ykethan added the pending-response An issue is pending response from the issue requestor label Nov 28, 2022
@ykethan
Copy link
Member

ykethan commented Dec 5, 2022

Closing the issue, please feel free in reaching out to us again or tagging us to reopen the issue.

@ykethan ykethan closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2022
@ykethan ykethan removed the pending-response An issue is pending response from the issue requestor label Dec 5, 2022
@shashank10101
Copy link

Hey upping this, have been going through the same issue and cant find a solution for days

@z-shaffer
Copy link

I am also having this issue. I create a model in Amplify Studio, and it's not working when I do amplify pull.

I create it with amplify cli and it's working, but when I do amplify push I don't see it in amplify studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants