Closed jknapp25 closed 2 years ago
Hi @jknapp25 👋 Apologies for the late reply. Are you still in need of assistance on this issue? I tried visiting the page you linked and it seems to load.
If still experiencing this issue, please share what the network request and response from AppSync looks like in the Network Tab.
Hi 👋 Closing this as we have not heard back from you. If you are still experiencing this issue and in need of assistance, please feel free to comment and provide us with any information previously requested by our team members so we can re-open this issue and be better able to assist you. Thank you!
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.
Looking for a help forum? We recommend joining the Amplify Community Discord server *-help
channels or Discussions for those types of questions.
Before opening, please confirm:
JavaScript Framework
React
Amplify APIs
GraphQL API
Amplify Categories
auth, storage, api
Environment information
Describe the bug
I have one Amplify app running with two environments one for my wife's blog and one for myself. Both sites are running off the same repo, I'm just configuring the site's differently based on an environment variable I use to retrieve their configurations from a table. For my site, when I make the GraphQL request for this configuration, it's successful and the site spins up. For my wife's site, this call to the configurations table silently fails. By silent, I mean there's no helpful response being returned from the API that would help troubleshoot this. I'm at my wits end on troubleshooting this one, would love some insights.
I'm currently thinking there could be some expired token for something somewhere but if that was the case, I would think I'd receive that in the failed response.
I know this isn't much information, but let's start there and you can ask any questions you need to help troubleshoot this. Also, if this should be routed somewhere else, that's totally fine. I couldn't find where else to submit this sort of question.
Thank you!
Expected behavior
Her site is currently just showing up as a blank white page. I would expect the UI that I built to appear.
Reproduction steps
Simply go to www.riahraineart.com, you'll see that it's just a white page.
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response