# May 7, 2022

## Improvements

When TradersPost has connectivity issues with a broker, we will now show a special error message to make it easy for you to reconnect your account depending on the type of error. Previously we would show a regular TradersPost error page that made it difficult for users to know what the problem was.

{% hint style="info" %}
TradersPost can lose connectivity with your broker in some scenarios. For example, if you change your password in TD Ameritrade, then all 3rd parties that have access to your account will lose access and your account must be reconnected.
{% endhint %}

![Broker Connection Error](/files/f2deiAL0I0OWZ6fk3utL)

If the connection error occurs when editing a strategy subscription, instead of letting the full page error, we will catch the error and allow you to continue editing your strategy subscription.

![Edit Strategy Subscription Error](/files/XFrhFEhbLDJaYqeBBAJg)

If the error occurs when loading data on the dashboard, the special error message will show instead of a regular internal server error page.

![Dashboard Broker Connection Error](/files/1BTCL04stD901DgtVAia)

These changes are also a part of some broader work related to observability, logging and monitoring improvements for the TradersPost system so that we have more insight and visibility in to errors. These changes will help improve the stability of the system and give us higher confidence when making changes to the TradersPost system.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.traderspost.io/releases/old-releases/may-7-2022.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
