GithubHelp home page GithubHelp logo

Comments (5)

Reckless-Satoshi avatar Reckless-Satoshi commented on June 14, 2024

This is a Windows issue. The "file" /nodeapp/static is a symbolic link to /frontend/static . For windows, symbolic links do not exist: it's interpreted as a blank or text file.

If I understand well what happened, your fix works (well, you could have just deleted /nodeapp/static and it would have worked too). However, it breaks the nodeapp Dockerfile and the docker-compose-example.yml as these rely on the symlink (yet, only works on Linux / Max).

Let me push a fix with a solution where it works both linux/windows, so you can give another try

from robosats.

Reckless-Satoshi avatar Reckless-Satoshi commented on June 14, 2024

Actually this should probably be enough fd8f64e . Let me know if this works.

The nodeapp now cannot be built without first copying or symlinking /frontend/static . But the GH workflow does the copying and leaving a comment on the Dockerfile seems enough as of now :D

from robosats.

JooVLC avatar JooVLC commented on June 14, 2024

This is a Windows issue. The "file" /nodeapp/static is a symbolic link to /frontend/static . For windows, symbolic links do not exist: it's interpreted as a blank or text file.

If I understand well what happened, your fix works (well, you could have just deleted /nodeapp/static and it would have worked too). However, it breaks the nodeapp Dockerfile and the docker-compose-example.yml as these rely on the symlink (yet, only works on Linux / Max).

Let me push a fix with a solution where it works both linux/windows, so you can give another try

I tested just delete the /nodeapp/static, the docker-compose up worked, but the local run of robosats not worked with the follow error (It keeps loading forever):

image

from robosats.

JooVLC avatar JooVLC commented on June 14, 2024

Actually this should probably be enough fd8f64e . Let me know if this works.

The nodeapp now cannot be built without first copying or symlinking /frontend/static . But the GH workflow does the copying and leaving a comment on the Dockerfile seems enough as of now :D

I will try now, ty. I'll reply if it worked or not as soon as I can.

from robosats.

JooVLC avatar JooVLC commented on June 14, 2024

Actually this should probably be enough fd8f64e . Let me know if this works.
The nodeapp now cannot be built without first copying or symlinking /frontend/static . But the GH workflow does the copying and leaving a comment on the Dockerfile seems enough as of now :D

I will try now, ty. I'll reply if it worked or not as soon as I can.

It works, ty.

image
image

from robosats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.