Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maeliosa/broken links #250

Merged
merged 9 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/int/faq/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ docker compose logs
<h4 id="unauthorized-invalid-token-error">
<code>Unauthorized: authentication error: invalid token</code>
</h4>
</summary> You can ignore this error unless you have been contacted by the Obol Team with monitoring credentials. In that case, follow <a href="/docs/int/quickstart/group/quickstart-group-operator#step-6---optional-add-the-monitoring-credentials">Step 6 of the quickstart</a>. It does not affect cluster performance or prevent the cluster from running.
</summary> You can ignore this error unless you have been contacted by the Obol Team with monitoring credentials. In that case, follow <a href="https://docs.obol.tech/docs/next/int/quickstart/advanced/monitoring">Getting Started Monitoring your Node</a> in our advanced guides. It does not affect cluster performance or prevent the cluster from running.
</details>
</details>
<details open className="details">
Expand Down Expand Up @@ -398,4 +398,16 @@ docker compose logs
</h4>
</summary> The relay you are trying to connect to your peers via is offline or unreachable.
</details>
</details>
<details open className="details">
<summary>
<h2 id="Lodestar">Lodestar</h2>
</summary>
<details className="details">
<summary>
<h4 id="Potential-next-epoch-attester-duties-reorg-slot-821-error">
<code> warn: Potential next epoch attester duties reorg</code>{" "} error
</h4>
</summary> Lodestar logs these warnings because charon is not able to return proper <code>dependent_root</code> value in <code>getAttesterDuties</code> API response whenever lodestar calls this API. This is because charon uses <code>go-eth2-client</code> for all the beacon API calls and it doesn't provide <code>dependent_root</code> value in responses. We have reported this to them here.
</details>
</details>
26 changes: 0 additions & 26 deletions docs/int/quickstart/advanced/prysm-vc.md

This file was deleted.

Loading