Allowing an app to use the Trello API stopped working

Hey everyone,

Thanks for your patience. I think I have a workaround/solution for everyone.

In your app’s code, I presume you have something like
<script src="https://api.trello.com/1/client.js?key={APIKey}"></script>
to gain access to client.js. Could you try switching it to this instead?

<script src="https://trello.com/1/client.js?key={APIKey}"></script>

The difference is removing the api subdomain from the url. Please let me know if that does or doesn’t fix the issue. Thanks.