From 3cb103cb93599d969a8770de78a2622695314af0 Mon Sep 17 00:00:00 2001 From: Reuben Son Date: Tue, 8 Nov 2022 15:13:17 -0500 Subject: [PATCH] tentative readme and package changes --- README.md | 6 ++++++ app/package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97674b0..75f5cca 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ Clone the repo and run the following commands: You should be able to navigate to http://localhost/_pages/sample-article.html to see an article page render! +### Troubleshooting + +If you see the error `Error: Cannot find module '../../client-env.json'`, try running `docker exec -it clay-starter_clay_1 npm run postinstall` and restart your server. + +If you see the error `Unknown authenticationOk message typeMessage`, run `make add-access-key` and then `make rebuild`. + ### Accessing The Edit UI The edit interface of Clay is a component itself called [`Kiln`](https://github.com/clay/clay-kiln)! To begin editing with the UI you'll need to make sure you've run `make boostrap-user` after replacing the sample user with your own credentials or using the default one. Here's an example of what can be included in the `sample_users.yml` file: diff --git a/app/package.json b/app/package.json index 87d2821..484c83b 100644 --- a/app/package.json +++ b/app/package.json @@ -20,16 +20,16 @@ }, "dependencies": { "@nymdev/health-check": "^0.1.3", - "amphora": "^7.10.0", + "amphora": "8.0.0", "amphora-event-bus-redis": "0.0.1", "amphora-html": "4.1.0", "amphora-schedule": "1.0.2", "amphora-search": "7.4.0", "amphora-serve-static": "0.0.1", - "amphora-storage-postgres": "1.2.0", + "amphora-storage-postgres": "2.1.0", "bluebird": "^3.5.3", "body-parser": "^1.18.2", - "clay-kiln": "8.13.0", + "clay-kiln": "10.1.0", "clay-log": "^1.4.1", "claycli": "^4.0.0", "clayhandlebars": "5.0.1",