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

No longer works #126

Closed
cleardex opened this issue Mar 28, 2020 · 12 comments
Closed

No longer works #126

cleardex opened this issue Mar 28, 2020 · 12 comments

Comments

@cleardex
Copy link

Following the updates of OpenDax on March 27 2020, this frontend no longer works and instead results in a blank page.

@mikoim
Copy link
Contributor

mikoim commented Mar 29, 2020

Try disabling JavaScript Obfuscator.

config.plugins.push(
new JavaScriptObfuscator({ rotateUnicodeArray: true, domainLock: domain }, [commonJSFilename])
);

@cleardex
Copy link
Author

Thank you this has brought up the correct page again. However, there is one small error "Route is not found 404". Any idea what is causing this?
Again thanks for your help.

@mikoim
Copy link
Contributor

mikoim commented Mar 29, 2020

@cleardex When enabling SSL encryption after deploy, I stuck a similar issue because envoy settings were not applied. To ensure applying configuration, restart all containers.

@cleardex
Copy link
Author

@cleardex When enabling SSL encryption after deploy, I stuck a similar issue because envoy settings were not applied. To ensure applying configuration, restart all containers.

Thanks for the feedback with this. I had already restarted all the containers but unfortunately, this did not resolve it for me.

@cleardex
Copy link
Author

cleardex commented Apr 1, 2020

Has anyone found a solution to this issue? Restarting all the docker containers did not solve it. Thanks in advance.

@mikoim
Copy link
Contributor

mikoim commented Apr 1, 2020

@cleardex Could you provide docker-compose logs?

@Shreybhardwaj97
Copy link

Try disabling JavaScript Obfuscator.

config.plugins.push(
new JavaScriptObfuscator({ rotateUnicodeArray: true, domainLock: domain }, [commonJSFilename])
);

Do we need to comment out and restart the rake services?

@mikoim
Copy link
Contributor

mikoim commented Apr 3, 2020

@Shreybhardwaj97 Yes
comment out -> docker build . -> update app.yaml -> rake render:config -> docker-compose restart frontend

@Shreybhardwaj97
Copy link

@mikoim thank-you it works :) only there are few error route errors

@rubi022
Copy link

rubi022 commented Apr 16, 2020

@Shreybhardwaj97
Can you please tell me how did you disable

 config.plugins.push( 
     //new JavaScriptObfuscator({ rotateUnicodeArray: true, domainLock: domain }, [commonJSFilename]) 
 ); 

Doing this worked but I am getting route not found error.

@Shreybhardwaj97
Copy link

@ruby261 kindly comment this one

config.plugins.push(
      //  new JavaScriptObfuscator({ rotateUnicodeArray: true, domainLock: domain }, //[commonJSFilename])

// );

and then run the code

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

No branches or pull requests

5 participants