Giter Club home page Giter Club logo

Comments (12)

mikoim avatar mikoim commented on August 24, 2024 2

Try disabling JavaScript Obfuscator.

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

from baseapp.

cleardex avatar cleardex commented on August 24, 2024

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.

from baseapp.

mikoim avatar mikoim commented on August 24, 2024

@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.

from baseapp.

cleardex avatar cleardex commented on August 24, 2024

@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.

from baseapp.

cleardex avatar cleardex commented on August 24, 2024

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

from baseapp.

mikoim avatar mikoim commented on August 24, 2024

@cleardex Could you provide docker-compose logs?

from baseapp.

Shreybhardwaj97 avatar Shreybhardwaj97 commented on August 24, 2024

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?

from baseapp.

Shreybhardwaj97 avatar Shreybhardwaj97 commented on August 24, 2024

I'm getting an error that
data is not defined
_0xbf0cb3 https://exchange.com/static/js/main.01b29bfe.js:1
_0x49d239 https://exchange.com/static/js/main.01b29bfe.js:1
_0x4c0647 https://exchange.com/static/js/main.01b29bfe.js:1
https://exchange.com/static/js/main.01b29bfe.js:1
https://exchange.com/static/js/main.01b29bfe.js:1

from baseapp.

mikoim avatar mikoim commented on August 24, 2024

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

from baseapp.

Shreybhardwaj97 avatar Shreybhardwaj97 commented on August 24, 2024

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

from baseapp.

rubi022 avatar rubi022 commented on August 24, 2024

@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.

from baseapp.

Shreybhardwaj97 avatar Shreybhardwaj97 commented on August 24, 2024

@ruby261 kindly comment this one

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

// );

and then run the code

from baseapp.

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.