-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
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? |
I might experiencing the same issue with React Native:
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:
|
Hello @rZinnatov, are you able to provide your app id and region? Or your GraphQL schema? |
Hey @rZinnatov, following up on this. Are you still experiencing this issue? |
Closing the issue, please feel free in reaching out to us again or tagging us to reopen the issue. |
Hey upping this, have been going through the same issue and cant find a solution for days |
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. |
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)
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
The text was updated successfully, but these errors were encountered: