serge-web / serge

Serious Gaming, Evolved - web interface
https://sites.google.com/deepbluec.com/serge/
Apache License 2.0
14 stars 4 forks source link

Can not build local from branch '2892_Edit_templates_in_admin_pages' #2907

Closed Tristina1788 closed 5 months ago

Tristina1788 commented 5 months ago

🐞 Bug description

I get white screen on http://localhost:8080/, http://localhost:3000/ after build from my machine

🔢 Steps to Reproduce

Steps to reproduce the behavior:

  1. Checkout code from branch '2892_Edit_templates_in_admin_pages'
  2. Build server with these command yarn install yarn build yarn develop
  3. Get white screen on localhost url

image

Note :

⚙️ Expected behavior

I can build and run server well without issue

🖥️ Screencast

https://github.com/serge-web/serge/assets/107697044/f5965b75-f6a6-4c58-a2ec-5e9c01f61502

💻 System information

📝 Additional context

IanMayo commented 5 months ago

Thanks @Tristina1788 - could you also do a screen recording of you running "git status" (to confirm which branch you are on), then "yarn install" and then "yarn develop"?

IanMayo commented 5 months ago

Note: I also get this issue when running locally (macos / chrome): image

Here is a video of my build process: no errors reported: https://i.gyazo.com/7b25ba96400dbea53f5311ac4c1d191a.mp4

Tristina1788 commented 5 months ago

Thanks @Tristina1788 - could you also do a screen recording of you running "git status" (to confirm which branch you are on), then "yarn install" and then "yarn develop"?

Here screen recording for git and build server :

https://github.com/serge-web/serge/assets/107697044/1bdcc3c7-b94b-471c-934c-048542a3ed63

Tristina1788 commented 5 months ago

Another error on console localhost :8080

image

image

lilitkarapetyan commented 5 months ago

Hello all, I think I resolved that issue in PR - https://github.com/serge-web/serge/pull/2897

IanMayo commented 5 months ago

Hello @lilitkarapetyan - I still have that issue in branch 2892_Edit_templates_in_admin_pages for PR #2897

lilitkarapetyan commented 5 months ago

Have you attempted clearing the chache or remove node_module folder, followes by a fresh reinstallation ?( node rm -rf, yarn )

lilitkarapetyan commented 5 months ago

I had the same error, but it was resolved for me after updating the "@mui/material"library.

Tristina1788 commented 5 months ago

Hello @lilitkarapetyan - I still have that issue in branch 2892_Edit_templates_in_admin_pages for PR #2897

Can you try my way https://github.com/serge-web/serge/pull/2897#issuecomment-2011792883 ? It works for me now.

lilitkarapetyan commented 5 months ago

Hello @lilitkarapetyan - I still have that issue in branch 2892_Edit_templates_in_admin_pages for PR #2897

Can you try my way #2897 (comment) ? It works for me now.

Yes I will try.

IanMayo commented 5 months ago

Ok. Deleting the repo and cloning, installing, building worked for me.