Network "Profile" & "Preferences" tabs: Loading interrupted

Welp…. I had ActivityPub integration totally working at one point on my Ghost blog. It’s broken again (this has been the case for at least a week or two).

Specifically, the “Profile” & “Preferences” tabs of the Network section now trigger a “Loading interrupted” error.

The only error I see in the Ghost or ActivityPub logs is this, from the activitypub:edge container:

14:32:22.620 ERR activitypub: Error: select * from `bluesky_integration_account_handles` where `account_id` = 1 limit 1 - Table 'activitypub.bluesky_integration_account_handles' doesn't exist  

The activitypub-migrations:edge container does not seem to indicate any errors after it successfully finishes. Unless that’s supposed to be an error?:

Running migrate -path migrations -database mysql://root:REDACTED@tcp(db-ghost:3306)/activitypub up

e

And ghost migrate from ghost:latest (v6.0.9) says everything is cool:

✔ Checking for available migrations
No migrations needed :)

Am I missing something?

(I’m accessing the Ghost Admin UI using Chrome in Windows, and Chromium in Linux – since it’s already been established that there are incompatibilities getting the Network section to work with various browsers.)

Looks like I solved my own problem… switched from :edge to :1 on the two activitypub containers, and things appear to be working again…

1 Like