Skip to content

fix: integrations page not showing up on Balena instances#2312

Merged
nicomiguelino merged 1 commit intoScreenly:masterfrom
nicomiguelino:fix-integrations-page
Jun 2, 2025
Merged

fix: integrations page not showing up on Balena instances#2312
nicomiguelino merged 1 commit intoScreenly:masterfrom
nicomiguelino:fix-integrations-page

Conversation

@nicomiguelino
Copy link
Contributor

@nicomiguelino nicomiguelino commented Jun 1, 2025

Issues Fixed

The following issue happens when Anthias is installed via the release images, which are pinned to specific releases.

GET /api/v2/integrations
HTTP 500 Internal Server Error
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "error": "{'balena_device_name_at_init': [ErrorDetail(string='This field may not be blank.', code='blank')]}"
}

Description

Modified balena_device_name_at_init to allow blank values.

Checklist

  • I have performed a self-review of my own code.
  • New and existing unit tests pass locally and on CI with my changes.
  • I have done an end-to-end test for Raspberry Pi devices.
  • I have tested my changes for x86 devices.
  • I added a documentation for the changes I have made (when necessary).

@nicomiguelino nicomiguelino added the api Changes to REST API label Jun 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 1, 2025

@nicomiguelino nicomiguelino marked this pull request as ready for review June 2, 2025 01:46
@nicomiguelino nicomiguelino requested a review from a team as a code owner June 2, 2025 01:46
@nicomiguelino nicomiguelino merged commit a7c2d31 into Screenly:master Jun 2, 2025
7 checks passed
@nicomiguelino nicomiguelino deleted the fix-integrations-page branch June 2, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Changes to REST API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant