Benedicte Raae
Benedicte Raae
Can I, I thought as soon as you added the payment add on the databases would not open without an active subscription. Should probably take a closer look.
> You're able to update a user's profile before payment. Would that work for you? No because I need it to be encrypted, it's the tag they will use for...
The trial would be set up through Stripe I believe, so that would not be credit card less @spiffytech.
After testing it out I see that I can write to a database, but not open it and that works well with my use case. Feel free to close @j-berman.
Didn't think to look for a CHANGELOG.md 🤦♀️ Thank you for pointing me in the right direction.
For those looking for a solution [gatsby-plugin-remote-images](https://github.com/graysonhicks/gatsby-plugin-remote-images) might get you there.
Could this issue be the root of https://www.reddit.com/r/gatsbyjs/comments/uw8jq7/cache_issue_in_netlify/ as well?
I believe setting infer to false (aka. `@dontInfer`) when creating the schema is the cause.
The `internal` data on nodes gets deleted as of Pull Request #147, might be the root cause of this.
I would suggest using the term "skipFileDownloads" as the image processing is being done by other plugins on all file nodes. So it's not really skipping image processing, its skipping...