Open StevenT07 opened 6 days ago
Are you pulling from master? This is an old login on our old repo thats not available on master.
Yes, I pulled from master.
can you send a screenshot of your repo
can u show a picture of your local host
then send a screenshot of the directories of src after you opened it up
We are just a bit confused because the login should be within profile and our most up to date master doesn't give access to this login that was outside the CampusReactApp
Here's what my directories for src looks like.
I'm not sure what you mean by localhost? Do you mean a picture of the website?
yes a picture of the website plz
If it helps to diagnose, I ran npm start from the CampusReactApp folder. Here's the full login page screenshot
this is what the log in should look like
We all have the old page, is this on a particular branch?
Or are we running from the incorrect directory?
the directory you should be running in is src/CampusReactApp/package
can you confirm this is the directory?
and then you have server running as well on a separate terminal right? it should be src/CampusReactApp/package/backend and run node server.js
Ok, we have the correct landing page now after npm start'ing in the package directory
slayyyyyy
But still having issues signing up?
and the server is running rn first before launching the npm start? im so sorry our read me is bad
The first screenshot is of the backend server log so it was running
ah thank you, I am a bit stumped on why this is occuring. it is either our database doesn't like ur ip address or we need you to run this command as well in that same directory npm install mongodb@latest. Is this being replicated on other users on your team as well?
After doing as much setup as I could see was needed since the documentation seemed to be quite outdated (not sure if a .env is necessary despite being mentioned), I had the frontend running after calling
npm start
in the CampusReactApp/package folder and the backend server running after callingnode server.js
in the CampusReactApp/package/backend folder.However, attempting to register gave me this error . Thinking that this was because I had clicked the register button a couple of times (some feedback when pressing register would be good) and that the first request had gone through, I went to the login page. I get the same message on the login page.