# Troubleshooting

## Docker related issues

### Trying to link Ethereum node

If you are trying to run the chainlink container with commands copied directly from the official guide, you might have included `--link eth`. This is not necessary when using EaaS, and will cause errors if you do not already have a container with that name.

### Not reloading `.env` file

If you have updated the `.env` file with the EaaS variables, simply running `docker start [container_name]` is not going to load the new configuration. Start off by deleting the container with `docker rm [container_name]`, then run the initial docker start command.Have you had a chance to answer the previous question?

## Other issues

We try to update this list as we are helping people setting up nodes. If your issue was not solved by anything we've mentioned on this page, feel free to send us an email to <support@fiews.io> or ask on Slack/Discord.


---

# 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.fiews.io/chainlink/troubleshooting.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.
