GithubHelp home page GithubHelp logo

contentful / contentful_express_tutorial Goto Github PK

View Code? Open in Web Editor NEW
30.0 8.0 13.0 610 KB

A Simple Express js application Built on top of Contentful

License: MIT License

JavaScript 52.94% CSS 22.45% HTML 24.61%

contentful_express_tutorial's Issues

Heroku app fails to run

Playing around with Contentful and when I try to deploy to heroku, I get a 503 Application error. npm run production seems to generate errors in the heroku logs, but not sure how to resolve it. Can run npm start locally with no problem and can see the app at localhost:3000.

I can't run the sample app as is, I keep getting this error

products.js - getProducts (line 17) error: {
  "sys": {
    "type": "Error",
    "id": "InvalidQuery"
  },
  "message": "The query you sent was invalid. Probably a filter or ordering specification is not applicable to the type of a field.",
  "details": {
    "errors": [
      {
        "name": "unknownContentType",
        "value": "DOESNOTEXIST"
      }
    ]
  },
  "requestId": "cec85c2a-3411-417e-b3a8-8a9c6811a33b"
}

Screen Shot 2019-11-05 at 12 03 51 PM

Incorrect Content Type IDs

In line 7 and 14 of services/product.js the content type ID is set to '2PqfXUJwE8qSYKuM0U6w8M' instead of 'product'. This matches the default test space but in the express app demo, but once you change the auth token and space ID to your new example space using the Product Catalogue example space template, the app fails. The error also doesn't help at all. The Product Catalogue sample space uses 'product' for the content type ID, not '2PqfXUJwE8qSYKuM0U6w8M'. The express app demo requires this value to be 'product' but doesn't mention that the sample code has the wrong content type IDs. Same thing happens for categories.

Upgrade from Jade to Pug

The team behind Jade realized someone else had the rights to that name. They've since renamed the package during a major version update to Pug.

You can read their comments here about the project's renaming. I'd be happy to submit a PR upgrading this example application to the new package, if that would be helpful?

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.