Error Input data should be a String when registration

Solved Technical Support

Suggested Topics


  • 1 Votes
    7 Posts
    1k Views

    It was rather trivial to add the error message, here is how:

    in uglify-js module, added a error reporting log to the file lib\parse.js in following method:

    function js_error(message, filename, line, col, pos) { console.log(message, filename, line, col, pos); throw new JS_Parse_Error(message, filename, line, col, pos); };

    Looks like the error handling of fault barrier doesn't do what it supposed to.

    @PitaJ Thank again for your help.

  • Upgrade error

    Technical Support
    0 Votes
    4 Posts
    960 Views

    Run npm i commander on 1.7.x and try again.

  • 0 Votes
    23 Posts
    7k Views

    Also the trailing slash in location /forum/? A mix of both?

  • 0 Votes
    1 Posts
    1k Views

    Hello, have any of you encountered a following error?

    at /home/(HIDDEN)/forum/src/meta/templates.js:81:20
    at /home/(HIDDEN)/forum/public/src/utils.js:39:13
    at FSReqWrap.oncomplete (fs.js:82:15)
    TypeError: Cannot read property 'map' of undefined
    at /home/(HIDDEN)/forum/src/meta/templates.js:81:20
    at /home/(HIDDEN)/forum/public/src/utils.js:39:13
    at FSReqWrap.oncomplete (fs.js:82:1

    It happened out of the blue for no particular reason.
    If you have an idea of what can cause this, please let me know.

  • 0 Votes
    8 Posts
    2k Views

    yes tnx man 🙂 for the help