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

magepack generate hanging #65

Closed
matt-grech opened this issue Nov 8, 2020 · 4 comments · Fixed by #151
Closed

magepack generate hanging #65

matt-grech opened this issue Nov 8, 2020 · 4 comments · Fixed by #151

Comments

@matt-grech
Copy link

I am running 'magepack generate' along with parameters but it hangs when collecting modules for bundle cms. I have run this on the ubuntu web server holding Magento 2, and also on my local windows PC. All are running the latest version on Ubuntu and Nodejs

@digiltd
Copy link

digiltd commented Nov 9, 2020

Try adding --debug to the end of the command, it will open a Chromium browser so you can see what is going on. We have this trouble, it is usually a js error in the site itself or something that requires user input. The debug will help.

@mlavelas
Copy link

Same issue here. In my case the user is not able to purchase if is not logged in. I've enabled purchase for not logged in users, ran the command with --debug option and it opens two windows. One of them loads the category URL, the other one is always blank.
The terminal shows:
Collecting bundle modules in the browser.
Collecting modules for bundle "category".

And nothing else...

I don't see what is causing the hang.

Anyway, if I must run this command on production server I cannot enable purchase for not logged in users there, so an option to pass a user/pass would be useful.

@stephenaldworth
Copy link

I'm finding this happening for me too, but only when using a theme different from the original that comes with Magento 2. I'm trying to get it to work with Porto theme.

@birdman002
Copy link

Sometimes its a 3rd party call that gets stuck it seems like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants