-
Notifications
You must be signed in to change notification settings - Fork 36
Edit tags with connect / disconnect, publish / unpublish #33
base: main
Are you sure you want to change the base?
Conversation
Deploy request for redwood-example-blog accepted. Accepted with commit d6e9896 https://app.netlify.com/sites/redwood-example-blog/deploys/5e851edaa640d400064c7f09 |
Hmm, site is busted on deploy: https://deploy-preview-33--redwood-example-blog.netlify.com The graphql endpoint is throwing a 502. Looks like it's looking for the new api/src/lib/db.js which instantiates PrismaClient. We changed that 0.3.2: redwoodjs/redwood#334 |
@chris-hailstorm Can you try upgrading redwoodjs in this branch to make sure you have 0.3.2 in your lock file? The |
Will do today, thanks |
@cannikin Bumped to 0.4.0 -- my local tests were good. Netlify build is erroring. This is my first rodeo with Netlify deployment. I can look into anything you suggest. Also if you'd prefer, I can open a new PR to try to merge my way past the 2 conflicts. |
@cannikin let me know how I should resolve the conflicts. I can always grab the current master and create a fresh PR for that. I'm not clear on how to set the Prisma datasource though. |
Did you see we created that netlify plugin to handle changing "sqlite" to "posgresql"? That's in my branch of master, |
This is a general update to the Hammer Blog example. I was diving into that example so I could use it for the RBAC demo (work in progress). I found some things while I was doing that review.
The most relevant feature to a new dev learning from the example is, it demonstrates one way to handle 1:N relations in a service - how to add/drop tags from a post.
CHANGES
BUGS
NOTES