Skip to content

Commit c636943

Browse files
v-rakshindeGanesh Kuber
and
Ganesh Kuber
authored
Add Login Screen Issue to troubleshooting document (#232)
* Add Login Screen Issue to troubleshooting document * Rephrased stpes --------- Co-authored-by: Ganesh Kuber <[email protected]>
1 parent 74ae37a commit c636943

File tree

6 files changed

+33
-0
lines changed

6 files changed

+33
-0
lines changed

samples/patientandpopulationservices-smartonfhir-oncg10/docs/troubleshooting.md

+11
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,15 @@ To find out more, information, check out:
6262

6363
<br /><details><summary>Click to expand and see screenshots.</summary>
6464
![](./images/troubleshooting/ClientAuthError.png)
65+
</details>
66+
67+
### Unexpected Screen Displayed Instead of Login Screen
68+
- When accessing the frontend application, you may encounter an unexpected screen shown below instead of the login page.
69+
- This issue typically occurs if the frontend build deployment to Azure Static Web Apps is still in progress. The app remains in the **Waiting for Deployment** state instead of transitioning to the **Ready** state.
70+
- Follow below steps to resolve this issue
71+
- Wait for the `azd up` command to complete, as the deployment may still be processing.
72+
- If the deployment appears to be stuck, you can rerun the `azd up` command in the terminal where the app was originally deployed.
73+
74+
<br /><details><summary>Click to expand and see screenshots.</summary>
75+
![](./images/troubleshooting/FrontendLoginError.png)
6576
</details>
Loading

samples/smartonfhir-oncg10-consolidated/docs/troubleshooting.md

+11
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,15 @@ To find out more, information, check out:
9494

9595
<br /><details><summary>Click to expand and see screenshots.</summary>
9696
![](./images/troubleshooting/ClientAuthError.png)
97+
</details>
98+
99+
### Unexpected Screen Displayed Instead of Login Screen
100+
- When accessing the frontend application, you may encounter an unexpected screen shown below instead of the login page.
101+
- This issue typically occurs if the frontend build deployment to Azure Static Web Apps is still in progress. The app remains in the **Waiting for Deployment** state instead of transitioning to the **Ready** state.
102+
- Follow below steps to resolve this issue
103+
- Wait for the `azd up` command to complete, as the deployment may still be processing.
104+
- If the deployment appears to be stuck, you can rerun the `azd up` command in the terminal where the app was originally deployed.
105+
106+
<br /><details><summary>Click to expand and see screenshots.</summary>
107+
![](./images/troubleshooting/FrontendLoginError.png)
97108
</details>
Loading

samples/smartonfhir/docs/troubleshooting.md

+11
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,15 @@ To find out more, information, check out:
7373

7474
<br /><details><summary>Click to expand and see screenshots.</summary>
7575
![](./images/troubleshooting/ClientAuthError.png)
76+
</details>
77+
78+
### Unexpected Screen Displayed Instead of Login Screen
79+
- When accessing the frontend application, you may encounter an unexpected screen shown below instead of the login page.
80+
- This issue typically occurs if the frontend build deployment to Azure Static Web Apps is still in progress. The app remains in the **Waiting for Deployment** state instead of transitioning to the **Ready** state.
81+
- Follow below steps to resolve this issue
82+
- Wait for the `azd up` command to complete, as the deployment may still be processing.
83+
- If the deployment appears to be stuck, you can rerun the `azd up` command in the terminal where the app was originally deployed.
84+
85+
<br /><details><summary>Click to expand and see screenshots.</summary>
86+
![](./images/troubleshooting/FrontendLoginError.png)
7687
</details>

0 commit comments

Comments
 (0)