home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
3.95k stars 2.67k forks source link

Can't add integrations #21411

Open JHenzi opened 1 month ago

JHenzi commented 1 month ago

Checklist

Describe the issue you are experiencing

When attempting to add an integration I get the following error message in the console and the dialogue shows the spinning circle.

dialog-add-integration.ts:381 Uncaught (in promise)

There is a PiHole on the network but this behavior is the same regardless of it being enabled or host/client using it to filter requests.

Describe the behavior you expected

I expect the integration list to load or be searchable.

Steps to reproduce the issue

  1. Navigate to integrations page (/config/integrations)
  2. Add Integration from lower right corner

What version of Home Assistant Core has the issue?

2024.7.2

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

All

Which operating system are you using to run this browser?

macOS, iOS

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

See above uncaught exception on line 381.

Additional information

No response

silamon commented 1 month ago

Can you post the whole stack trace from the developer console?

JHenzi commented 1 month ago

This?

Trace-20240719T145721.json

silamon commented 1 month ago

No, that's not what we're looking for to help you further. What browser are you using on Mac? If chrome, edge or firefox, you can open the dev tools, repeat the steps and copy the full stack trace. The uncaught exception you mentioned should be in the text, along with a few more lines.