awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
954 stars 188 forks source link

"Application" from the navigation on the left side can't be open #492

Closed daniel-hutao closed 1 year ago

daniel-hutao commented 1 year ago

The Application tab can't be shown after click.

image

And the safari console show the errors like below:

image

Reproduction Steps

All steps I've done are AWS SaaS Boost Getting Started Guide - step 1-4; And I failed in step 5 - "Select Application from the navigation on the left side of the screen". I can't open the Application from the navigation.

What did you expect to happen?

Application page

What actually happened?

A white page will be return after click.

Environment

Other


This is :bug: Bug Report

daniel-hutao commented 1 year ago

v2.2.0 is the same.

PoeppingT commented 1 year ago

Hi @daniel-hutao , I am not able to reproduce this with my environment. Please provide the following information:

  1. can you still reproduce this issue?
  2. which web browser + version are you using?
  3. the Admin Web UI is built using CodeBuild in your AWS account in the job titled sb-${environment}-admin-web (in your case, since the environment is named test, the CodeBuild project will be named sb-test-admin-web). Are there any errors with that Build job?
  4. if you delete your test environment and create a new one, does the issue persist?
daniel-hutao commented 1 year ago

@PoeppingT Hi, I struggled with this problem for a few days, but eventually gave up. I have deleted my environment already.

I have tried several times, so it's obvious that this problem is not sporadic. Moreover, I have found the error message in the console, which is a JavaScript error as I posted earlier. I believe that this error is definitely not related to the browser version, but I am still happy to provide my browser information, which is Safari Version 16.2 (18614.3.7.1.5).

I was planning to deploy my SaaS on AWS, but due to this failed experience, I have given up on the AWS SaaS Boost solution. I am concerned that similar "blocking issues" may occur frequently in the future, and they may not be resolved quickly. Such issues could be fatal once our product is officially on the AWS.

brtrvn commented 1 year ago

From that error in the JavaScript console, it appears that the React project build did not complete successfully and transfer the files to S3 where they are hosted from. Debugging would best be done by looking at the CodeBuild project logs to see if there were any issues.

Closing this issue as the original reporter seems to have moved on, but feel free to reopen if anyone can reproduce this.