David Boreham dboreham
  • Joined on 2022-12-08
dboreham pushed to dboreham/add-mainnet-stack at cerc-io/laconicd-stacks 2024-07-28 02:17:01 +00:00
7e7967f366 Add publication of mainnet stack images
dboreham commented on pull request cerc-io/stack-orchestrator#895 2024-07-27 18:53:08 +00:00
Revert recent laconicd deployment changes to restore production webapp deployer function.

We're going to revert the fix for production so your doc is correct, but this change should have been made backwards compatible in view of live production services that it ended up breaking.

dboreham pushed tag v0.1.44 to cerc-io/test-progressive-web-app 2024-07-27 18:50:31 +00:00
dboreham pushed to main at cerc-io/test-progressive-web-app 2024-07-27 18:50:04 +00:00
e62a4a8e49 Bump version for deployment
dboreham commented on issue cerc-io/stack-orchestrator#880 2024-07-27 14:42:05 +00:00
Webapps using nextjs fail with latest version

The test app also fails deployment in the same way:

> @cerc-io/test-progressive-web-app@0.1.43 cerc_compile
> next experimental-compile

 ⨯ Invalid project directory provided, no such…
dboreham released Test with new next at cerc-io/test-progressive-web-app 2024-07-27 14:39:07 +00:00
dboreham pushed tag v0.1.43 to cerc-io/test-progressive-web-app 2024-07-27 14:39:06 +00:00
dboreham pushed to main at cerc-io/test-progressive-web-app 2024-07-27 14:38:31 +00:00
b773d39135 Bump version
dboreham pushed to main at cerc-io/test-progressive-web-app 2024-07-27 14:37:50 +00:00
5d6045103b Try updating dependencies
dboreham commented on issue cerc-io/stack-orchestrator#880 2024-07-27 14:33:58 +00:00
Webapps using nextjs fail with latest version

One problem is that the test app we used to verify this fix is not using the right version of next:

$ npm list next
@cerc-io/test-progressive-web-app@0.1.42 /home/david/projects/cerc/test-…
dboreham commented on issue cerc-io/stack-orchestrator#880 2024-07-27 14:22:34 +00:00
Webapps using nextjs fail with latest version

Investigating this a bit, I noticed that the test-pwa project specifies "latest" for next, and yarn why reports the version used as 14.2.5. When that project is deployed the deployer runs the…

dboreham commented on issue cerc-io/stack-orchestrator#880 2024-07-27 04:52:27 +00:00
Webapps using nextjs fail with latest version

Re-test fails:

Request ID:bafyreick3n5eqqd5aa7r4tn52nnvbal6on2p6gfcmqu36xpoxwhsevs2oe
Application:crn://snowballtools/applications/pwa-nextjs-app-router@0.0.1
Last Update:2024-07-26T23:07…
dboreham commented on issue cerc-io/webapp-deployment-status-ui#5 2024-07-26 16:20:47 +00:00
Missing deployer backend URL

Thanks. I suspect the current display is not handling multi-host-name scenarios.

dboreham commented on issue cerc-io/webapp-deployment-status-ui#5 2024-07-26 16:06:17 +00:00
Missing deployer backend URL

Hi, can you expand a bit on what the bug is? E.g. expected 'this' but got 'this' ? Thanks.

dboreham commented on issue cerc-io/stack-orchestrator#894 2024-07-25 20:45:00 +00:00
Users see old cached version of apps after new version is deployed

This turns out to only affect web app config (environment variables). The app code itself is not stale. The cause is a bug in nextjs -- it has a scheme for generating file names from the hash of…

dboreham commented on issue cerc-io/stack-orchestrator#894 2024-07-25 18:42:45 +00:00
Users see old cached version of apps after new version is deployed

Expected outcome:

I deploy a new version of my webapp -> users of that webapp get the new version without needing to do anything unusual like open an incognito window.

Actual outcome:

That…

dboreham opened issue cerc-io/stack-orchestrator#894 2024-07-25 18:23:47 +00:00
Deploying test-pwa does not produce correct config