Troubleshooting the web ADE
Issues connecting to the ADE
Section titled “Issues connecting to the ADE”Recommended browsers
Section titled “Recommended browsers”We recommend using Google Chrome to access the ADE.
Ad-blockers
Section titled “Ad-blockers”Ad-blockers may cause issues with allowing the ADE to access your local Letta server. If you are having issues connecting your server to the ADE, try disabling your ad-blocker.
Please disable Brave Shields to access your ADE.
Safari
Section titled “ Safari”Safari has specific restrictions to accessing localhost, and must always serve content via https.
Follow the steps below to be able to access the ADE on Safari:
- Install
mkcert(installation instructions) - Run
mkcert -install - Update to Letta version
0.6.3or greater - Add
LOCAL_HTTPS=trueto your Letta environment variables - Restart your Letta Docker container
- Access the ADE at https://app.letta.com/development-servers/local/dashboard
- Click “Add remote server” and enter
https://localhost:8283as the URL, leave password blank unless you have secured your ADE with a password.