Git Product home page Git Product logo

Comments (2)

mrvautin avatar mrvautin commented on May 22, 2024

Can you post your settings.json file?

The post calls should return valid JSON. Can you provide an example?

from expresscart.

tamircip avatar tamircip commented on May 22, 2024

settings.jon after chosse theme "Material":
{ "cartTitle":"xxxxxxx", "cartDescription": "website description", "cartLogo": "", "baseUrl": "http://localhost:1111", "emailHost": "smtp-mail.outlook.com", "emailPort": 587, "emailSecure": false, "emailUser": "[email protected]", "emailPassword": "this_is_the_smtp_password", "emailAddress": "[email protected]", "menuEnabled": true, "flatShipping": 10, "freeShippingAmount": 100, "productsPerRow": 3, "productsPerPage": 6, "menuTitle": "Menu", "menuLocation": "side", "footerHtml": "", "googleAnalytics": "", "customCss": "", "currencySymbol": "$", "paymentGateway": "paypal", "databaseConnectionString": "xxxxxxxxxxxxxxx", "theme": "Material", "env": "", "themeViews": "../views/themes/Material/" }

I mean the POST requests redirect to the .json file and when I update something in the dashboard, it redirects to the .json file

// 20181104104651
// http://localhost:1111/admin/settings/update

{
"message": "Settings successfully updated"
}

Instead of just show me a message in the bottom of the screen.
Restart the server make the error "settings.json incorrect: data should NOT have additional properties".
I've changed it back to the theme CLOTH from the dashboard and the json redirection has fixed but when start the app it is still makes the error.
Removing the "env" and the "themeViews" fields from the "settings.json" fix it all.

By the way, your code is written in a very professional way. It's great to learn from it.

from expresscart.

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.