I would like to add my own API key, but the Verify button doesn’t work.
Steps to Reproduce
After pressing the button, a popup appears for authorization. I will confirm it. Then a loading icon appears for less than a second, but disappears immediately. If I close and open the settings again, the key disappears.
I have encountered a similar issue. To understand what the error is, you need to click Help → Developer Tools, and usually, the error will be visible in the console. Alternatively, you can check the Network tab. Typically, this is due to an incorrect key, an incorrect API host, or CORS not being configured properly.