From 3b5240dffed6b7fecc7afae72ebaebadf7ca14f8 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Mon, 7 Apr 2025 19:14:55 -0400 Subject: [PATCH] Update documentation/docs/troubleshooting/login_unresponsive.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- documentation/docs/troubleshooting/login_unresponsive.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/docs/troubleshooting/login_unresponsive.md b/documentation/docs/troubleshooting/login_unresponsive.md index aecf431..9abf6a0 100644 --- a/documentation/docs/troubleshooting/login_unresponsive.md +++ b/documentation/docs/troubleshooting/login_unresponsive.md @@ -4,8 +4,7 @@ When you encounter issues with the login and registration pages being unresponsi 1. Check to make sure the backend container is running and accessible. - - Check the backend container logs to see if there are any errors or issues blocking the contianer from running. - + - Check the backend container logs to see if there are any errors or issues blocking the container from running. 2. Check the connection between the frontend and backend containers. - Attempt login with the browser console network tab open to see if there are any errors or issues with the connection between the frontend and backend containers. If there is a connection issue, the code will show an error like `Failed to load resource: net::ERR_CONNECTION_REFUSED`. If this is the case, check the `PUBLIC_SERVER_URL` in the frontend container and refer to the installation docs to ensure the correct URL is set.