-
Notifications
You must be signed in to change notification settings - Fork 116
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
Backend Environments Tab in Amplify Console is Empty #408
Comments
@jhoffmcd Does your application only have a front-end? Or does it also have a back-end? Also could you provide your app-id (app ARN) in order to assist you further? Thanks! If your application has only deployed a front-end then you wouldn't see a backend environment. |
It does also have a backend (auth/cognito) component. App ARN: arn:aws:amplify:us-west-2:059525859496:apps/d2zqif4mv6lhdb |
Hi @jhoffmcd , this is a known issue for us. We are still investigating a fix to pass custom parameters when creates backend env. The current workaround is here: #206 (comment) |
Thanks for the update @Joycehao19, I'm glad to hear the team is on it. I can probably wait of a true fix to this, the work around looks to be a bit bulky and we are able to survive with out it for a while longer I think. Also, we are not using social federation, would this fix still apply if we wanted to look into it? Is there a specific part of this shell script that provides the workaround that you can point out? |
@jhoffmcd what version of the CLI are you using? |
Looks like |
@jhoffmcd To clarify your issue, do you mean that: you created 2 env by amplify cli, then If you re-create a new project, add env ( I can't reproduce your issue. I did |
@Joycehao19 correct, we had 2 for a long time, which never showed up in the console, we just added a third one (which did add to the I can try to do this in a brand new project. It should be worth noting that the first two environments were created around 10 months ago, and this new one was created a few days ago. Maybe older environments are not setup to show in the console? |
@jhoffmcd That might be the reason. We launched the front-end and back-end list in recent 4 months. The new back-end environments would be showed on console. |
So for these old environments, is there nothing we can do to get the console to read those correctly? We don't want to reset everything because we would have to migrate users to the new user pools created by the CF template. |
Just an update, I ran
However, my new staging env branch does have that property set to what looks like some internal env ARN Not sure if that is the missing piece or not as to why these older environments aren't showing up in the tabs in the console. I hope that helps give a little more info on this issue. |
Hi @Joycehao19 . And old ones will never be visible here? I have an old amplify project. And I just migrated to the current CLI and was also wondering, that the backend tab was empty. |
@swaminator I don't work on that project anymore so I can't say for sure. |
I still have the issues with multiple apps. They became duplicated in the console, and the “active” app has an empty backend tab. |
I am facing this issue for a next.js frontend, for a react native and reactjs frontend it is fine. Even after running amplify init --appId xxxxx and pushing |
Hello all,I'm having the same problem, my backend console is empty even if the services I configured (analytics, notifications, pinpoint) are working well. The strange thing I see is that:
What I do is:
Could it be a rights problem (missing policies?!?) on my Company account? Thanks in advance. |
I solved the problem requesting amplify:* permissions on my AWS Company account; it seems that the Amplify web console, when permissions are missing, simply tells that you have no backend instead of saying something like "You have no right to do this task" |
Resolving this issue based on the update to permissions on your end. Feel free to re-open if still experiencing issues. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
** Please describe which feature you have a question about? **
The tab in Amplify that is supposed to show Backend Environments seems to be empty in my project, even though we have definitlely have two declared environments.
** Provide additional details**
What is actually supposed to show here? We have two environments that do seem to work other than what we see in this tab. Here is what we are seeing in the tab:
However, we do see environments when we use the CLI tool or when we try to connect a branch:
Is there a way to connect these two so I can see what value this tab section brings to my team?
The text was updated successfully, but these errors were encountered: