Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tristina1788 opened this issue Mar 19, 2024 · 11 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@Tristina1788
Copy link
Collaborator

Tristina1788 commented Mar 19, 2024

🐞 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 :

  • I recorded the error from console on the below screencast
  • I tried on 2 machine, clear cache, restart machine, reinstall npm. But nothing help for me.

⚙️ Expected behavior

I can build and run server well without issue

🖥️ Screencast

white-screen-localhost.mp4

💻 System information

  • Windows 10 Pro
  • Browser : Chrome, IE, firefox
  • Node : 18.x, 20.x

📝 Additional context

@Tristina1788 Tristina1788 added the bug Something isn't working label Mar 19, 2024
@IanMayo
Copy link
Contributor

IanMayo commented Mar 19, 2024

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
Copy link
Contributor

IanMayo commented Mar 19, 2024

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
Copy link
Collaborator Author

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 :

issue_build_branch.mp4

@Tristina1788
Copy link
Collaborator Author

Another error on console localhost :8080

image

image

@IanMayo IanMayo assigned lilitkarapetyan and unassigned IanMayo Mar 19, 2024
@lilitkarapetyan
Copy link
Collaborator

lilitkarapetyan commented Mar 21, 2024

Hello all, I think I resolved that issue in PR - #2897

@IanMayo
Copy link
Contributor

IanMayo commented Mar 21, 2024

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

@lilitkarapetyan
Copy link
Collaborator

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

@lilitkarapetyan
Copy link
Collaborator

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

@Tristina1788
Copy link
Collaborator Author

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.

@lilitkarapetyan
Copy link
Collaborator

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
Copy link
Contributor

IanMayo commented Mar 21, 2024

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

@IanMayo IanMayo closed this as completed Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants