Hey everyone,
I was doing some work this afternoon in our Partners Dashboard and noticed that the App->Configuration page is not loading on a number of our apps all of a sudden. I simply receive a “There’s no page at this address” message. The other sub-pages under the app, such as Overview and Distribution all load just fine.
Looking into the console, there is a 500 error coming out of the PartnersDashboard DashboardProvider.tsx:29.
error: {
message: "HTTP/500 error in eventbridge_sources response",
stack: "Error: HTTP/500 error in eventbridge_sources response
at https://cdn.shopify.com/shopifycloud/partners-web-platform/partners-dashboard/src_contexts_MembershipContext_MembershipContext_tsx-src_contexts_ToastContext_ToastProvider_-8d4864.2c21bd870ba290934ae9.js:1:61213
at Array.forEach (
Digging into the request/response for this I see:
```javascript
{"result":"error","errors":["Error: invalid or unavailable schema `website_client_page_view/2.9`. Upgrade `shopify-kafka` or run `bundle exec dux-refresh-schemas` to upgrade valid Dux schemas."]}
I’ve done a bunch of sanity checks like a new partner session, clearing cache, disabling any extensions etc, but still get the same result. We do use eventbridge in our apps, but the shopify-kafka message feels like it may be an internal issue rather than something with our config itself. I believe kafka is one of the tools Shopify use for their data warehousing/lakes.
Maybe we’ve missed a dev update that needed us to upgrade something with the app config? Any ideas/thoughts/help would be most welcome!
Cheers,
Paul.