Register end device - keeps fetching forever

Dear TTN crew,
I discovered that for the following settings for registering a new end device in the V3 console is fetching forever.
Can you suggest your help?
image

Thanks for letting us know. I can confirm the issue.

@kschiffer @bafonins: It looks like the Console doesn’t show the error that’s returned by the server.

{
  "code": 5,
  "message": "error:pkg/fetch:file_not_found (file `vendor/example/elsys-eu868-profile.yaml` not found)",
  "details": [
    {
      "@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
      "namespace": "pkg/fetch",
      "name": "file_not_found",
      "message_format": "file `{filename}` not found",
      "attributes": {
        "filename": "vendor/example/elsys-eu868-profile.yaml"
      },
      "correlation_id": "888a9bdaa69d4456a4a0acf2b83b0513",
      "code": 5
    }
  ]
}

The problem seems to be line 34 of vendor/elsys/ers-co2-lite.yaml in the device repository which incorrectly tries to load a profile from the example vendor. I’ll ask someone to fix that for the next release.

Hey @Flo356! Thank you for reporting this issue. This is now fixed and the Console will properly handle such errors in the next release.