Calling Developers!
We are reenergizing our code contribution process! Learn More

Window10 wsl console transfer:gen time exceed error

Options
mohammed.shamim
mohammed.shamim Posts: 31 🧑🏻‍🚀 - Cadet

Hi, I m running docker /sdk reset command and at section build during console transfer:generate process give error with default time out exceed. please see screen shot for detail

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 ⚖️ - Guardians (admin)
    Options

    Heyhey @mohammed.shamim ,

    is it the default demo-shop or has already some changes?

    if its the second I would remove these changes for now to have the environment up and running and then check step by step if you have a faulty one in there.

    All the best,

    Florian

  • mohammed.shamim
    mohammed.shamim Posts: 31 🧑🏻‍🚀 - Cadet
    Options

    Heyhey,

    Its not default demo shop. I somehow overcome above error by installing docker engine in wsl itself. Now all docker container are running but not able to access them via window browser.

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 ⚖️ - Guardians (admin)
    Options

    Heyhey,
    for local performance on Windows Machines it can be anyway beneficial to not share the files between the linux system and windows. But based on your comment I think there was no error in code but just a lack of performance so it timed out at exact that spot :(

    If you still want to use your IDE on windows I can propose https://www.jetbrains.com/remote-development/gateway/ (for phpstorm) - this worked very good and fast for me.

    For vscode it should be sth like that, but not sure: https://code.visualstudio.com/docs/remote/remote-overview

    All the best,

    Florian