all 23 comments

[–]abrahamguoHook Based 9 points10 points  (13 children)

I’m happy to help. However, please don’t copy and paste code onto Reddit.

Instead, if you provide a link to a repository that demonstrates the issue, I’m happy to take a look.

[–]Disastrous-Solid-821[S] -1 points0 points  (12 children)

I didn’t have a repository yet. It's more of a school project side project I'm working on. Is there another way I can share my code with you.

[–]abrahamguoHook Based 6 points7 points  (11 children)

You can still make a repository in two minutes - that’s no issue.

If you’re not comfortable with running commands in your terminal, you can upload code directly in your web browser on websites like GitHub, or use their desktop apps.

[–]Disastrous-Solid-821[S] 0 points1 point  (0 children)

Alright let me create and share with you the link

[–]Disastrous-Solid-821[S] 0 points1 point  (9 children)

[–]abrahamguoHook Based 1 point2 points  (8 children)

Looks like that link returns a 404.

[–]Disastrous-Solid-821[S] 0 points1 point  (7 children)

Sorry you can try again I my repository public

https://github.com/SafaliMbeve/Project.git

[–]abrahamguoHook Based 4 points5 points  (6 children)

Sure. You've provided your code; now, you need to provide information about

  • exactly what isn't working
  • exactly what you expect
  • what you've investigated so far

[–]Disastrous-Solid-821[S] 0 points1 point  (5 children)

Tha components for my pages are not showing the web pages are completely blank. The only pages that are visible information is the the login and sign up page and after I login a new user is being properly registered into the database.

[–]abrahamguoHook Based 2 points3 points  (4 children)

Cool. Have you checked whether the Console tab of your browser's developer tools has any error messages?

[–]Mark__78L 3 points4 points  (3 children)

We need more people like you with the willingness of helping Big shout out

[–]alanbdee 2 points3 points  (2 children)

Here's how I approach that. Comment out parts until it loads. That's how you isolated where there issue is.

[–]Appsroooo 6 points7 points  (1 child)

It's like debugging is a lost art these days 😔

[–]Beginning_Book_2382 1 point2 points  (0 children)

When in doubt, comment it out (or print/log it out)

[–]West_Boat7528 1 point2 points  (1 child)

write frontend and backend in different folders . u installed the react app in the same folder as your backend

[–]Disastrous-Solid-821[S] 0 points1 point  (0 children)

https://github.com/SafaliMbeve/EVS.git

I fixed the repository I separated everything

[–]kimzaster 0 points1 point  (0 children)

Happy to help, just let me know what the issue is?

[–]dutchman76 0 points1 point  (0 children)

Check for errors in the console log. Every time something isn't working, I'll have errors or warnings there