jamstack
Here are 648 public repositories matching this topic...
Describe the bug
Find-one endpoint /resource/:id responses with 500 status code instead of 404, this happens with MongoDB setup.
Steps to reproduce the behavior
- Setup Strapi with MongoDB configuration.
- Create a collection (resource).
- Give
findOneaccess to the public. - Send a request to
/resource-name/any-invalid-id.
Expected behavior
404 response.
**Sys
Describe the bug
If you use github as backend the following basic setup is required:
- run your own github auth server backend (see https://github.com/vencax/netlify-cms-github-oauth-provider) - https://mygithub-auth-backend.org as an example
-create oauth app in github and configure callback url pointing to your github auth server backend (https://mygithub-auth-backend.org/callback) - set
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
The docs recommend using rewrites instead of routes but AFAIK it's not possible to use methods in the rewrite config.
I tried it with now dev and it stoped with this error:
Error! Invalid
rewritesproperty: [0] should NOT have additional properties
I'm guessing this feature has not been implemented and if that's the case please consider this a feature request.
The api server and webpack dev server should be restarted when the redwood.toml configuration is modified.
Related: #478
Bug report
-
Updated
Apr 1, 2020 - JavaScript
In the documentation on the wyam website, and also in the Image module, there are references to SetJpegQuality, but this function was removed in Wyamio/Wyam@b9c8b6d#diff-32ea30b39bc5a67b2c9f6c3e331a6b69
Was this removed as a mistake, or in the course of some other refactor that did not get updated documentation?
Provide example flow
- Do you want to request a feature or report a bug?
Feature
It would be helpful to see a flow of which endpoints are called in what order and how—for user/pass and for OAuth
Automate migration
When redeploying the recent changes made by @mraerino, I had to perform a by hand migration:
ALTER TABLE test_invoice_numbers DROP COLUMN id;
ALTER TABLE test_invoice_numbers ADD PRIMARY KEY (instance_id);
We should automate this if we can. Close this issue by doing that, or deciding not to and documenting it somewhere.
-
Updated
May 16, 2020 - Vue
-
Updated
Jul 7, 2020
Opening this issue to see how others like myself can get involved with helping to further develop this. Happy to also help with anything like contributing documentation as well.
-
Updated
Jul 11, 2020 - JavaScript
Following the README.md to set .env as follows:
HEADLESS_CMS_GITHUB_TOKEN=examplekey123abc
HEADLESS_CMS_TWITTER_CONSUMER_KEY=examplekey231abc
HEADLESS_CMS_TWITTER_CONSUMER_SECRET=examplekey321abc
HEADLESS_CMS_TWITTER_ACCESS_TOKEN_KEY=examplekey231abc
HEADLESS_CMS_TWITTER_ACCESS_TOKEN_SECRET=examplekey321abc
When running npm start I still get:
> [email protected] s
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 3, 2020 - CSS
-
Updated
Jan 20, 2020 - CSS
I'm getting 404 errors whenever I try to reload any post. Navigation between pages from the UI works fine, but I cannot reload a post or even go to the post page directly.
This includes sample post & page as well as newly created posts:
http://localhost:4000/sample-page
http://localhost:4000/hello-world
Can you please help?
Thanks a lot for this great project!
-
Updated
Jun 23, 2020 - JavaScript
It would be nice to create, essentially, a type-safe wrapper for the Workbox API to give users control over the service worker caching strategy.
It should use PagePaths and ImagePaths, specifically, to make it as safe as possible.
It might be nice to have a function that passes in each static route or image, and the
When installing Ghost there isn't an option to specify a custom database port for MySQL. If you're installing it on a managed database service that runs on a non-standard MySQL port this means you have to install ghost initially and let it fail, then manually edit the config.production.json file and add the port, then restart ghost.
-
Updated
Jul 16, 2020 - Vue
Improve this page
Add a description, image, and links to the jamstack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jamstack topic, visit your repo's landing page and select "manage topics."

When you're logged in as E.g. an author, the admin panel isn't good at telling you why you can't edit a post. I've found two specific cases - the /edit URL and search, but I think they are both very similar.
To Reproduce
Case 1: search