Git Product home page Git Product logo

Comments (2)

stevenchanin avatar stevenchanin commented on July 20, 2024

Is there some log file that I should be looking at to see error messages? It feels really strange to observe it not working, but have no idea why and have no idea what to look at to understand more.

from how-to-sane.

IanVS avatar IanVS commented on July 20, 2024

The best place to look in these cases is in the dev tools of your browser. For example, in chrome, I opened dev tools, then looked at the network tab to see the request which was being sent to the server. In the payload, it showed that the user data it was sending was completely blank. Then it was a matter of looking at the register route and template and figuring out why the data was not being sent. In this case, it was because the template was using implicit creation of an objectController, upon which the user attributes were being set, but the ajax call sent to the server was pulling user attributes from the model.

from how-to-sane.

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.