webclient icon indicating copy to clipboard operation
webclient copied to clipboard

The client does not respond when the mega logo finishes loading

Open Juanca24691 opened this issue 3 years ago • 4 comments

I have cloned this repository and later placed it in the apache2 folder, when I go to 'https://localhost' or / and 'https://127.0.0.1' and load the mega logo the web stops responding that silk paralyzed, and tried with 'npm install' and then 'scripts / dev_server.sh' throws me the following error

"ERROR in ./js/chat/ui/conversations.jsx Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: /Users/juanca24691/Sites/js/chat/ui/conversations.jsx: Support for the experimental syntax 'decorators-legacy' isn't currently enabled (66: 5): "

sometimes this gets to compile, but when I go to the browser and type 'https://localhost:8089' the web again stops responding when loading the mega logo

Juanca24691 avatar May 04 '21 22:05 Juanca24691

sometimes this gets to compile, but when I go to the browser and type 'https://localhost:8089' the web again stops responding when loading the mega logo

try typing:

localStorage.d = 1; localStorage.jj = 1;

and refresh the page (using :8089, e.g. dev_server.sh) and it should work :)

lpetrov avatar May 05 '21 08:05 lpetrov

sometimes this gets to compile, but when I go to the browser and type 'https://localhost:8089' the web again stops responding when loading the mega logo

try typing:

localStorage.d = 1; localStorage.jj = 1;

and refresh the page (using :8089, e.g. dev_server.sh) and it should work :)

I may be wrong, I have added this to secureboot.js then I ran 'scripts/dev_server.sh' and went to 'https://localhost:8089' again the mega logo is loaded but the client is not responding it just freezes so to speak

Juanca24691 avatar May 05 '21 23:05 Juanca24691

What are the errors in the console? It should show whats the error and why its not initializing the loading of assets :)

lpetrov avatar May 06 '21 14:05 lpetrov

Hello, I am having the same issue, I tried the above but still the same output. It doesn't get passed the logo intro. I am new at coding and I want to build my own cloud FTP site like mega for my self. in the console it says boot_done false false true true. I also get this error in console. JSON error

alexm5611 avatar Aug 31 '21 23:08 alexm5611