> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluxend.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting

> Troubleshooting common issues in your application

<AccordionGroup>
  <Accordion title="I am getting SSL warnings" defaultOpen>
    This mostly happens when running the application locally. Fluxend uses [Traefik](https://traefik.io/traefik) for routing traffic between containers. Traefik provides SSL certificates by default. However, it needs to your domain name for generating those certificates. When running locally, you don't have a valid domain name, which can cause certificate generation to fail.

    That's why you should ensure your `URL_SCHEME` is always set to `http` when running locally. Only change this to `https` when going to production, where an actual domain name can be present.
  </Accordion>

  <Accordion title="I have container connection errors">
    If you're seeing errors indicating problem regarding container communication, please ensure your variables in `.env` files are set correctly. You can use `.env.sample` for understanding default values
  </Accordion>
</AccordionGroup>
