Skip to content

Commit

Permalink
Merge pull request #212 from okto-hq/main
Browse files Browse the repository at this point in the history
making faq page searchable -  temp fix
  • Loading branch information
oviawork authored Jan 7, 2025
2 parents 6a18039 + e9840b5 commit 6b2a48d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions content/docs/faq.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,42 @@
---
id: faq
title: FAQ
description: Common questions about Okto.
---

import { Accordion, Accordions } from 'fumadocs-ui/components/accordion';

<div style={{ display: "none" }}>
What does this '[GET_ALL_ENTITIES] Request Failed: 'values' is missing in a filter' error mean?
</div>
<div style={{ display: "none" }}>
Why do I receive an 'Unauthorized: vendor of provided apiKey does not exist' error?
</div>
<div style={{ display: "none" }}>
What should I do if I encounter a '504 Gateway Timeout' error while executing a raw transaction?
</div>
<div style={{ display: "none" }}>
Why are my token transfers failing on different networks?
</div>
<div style={{ display: "none" }}>
Why does my transaction fail with 'Nonce expired' on Solana Devnet?
</div>
<div style={{ display: "none" }}>
Why does my sponsored order fail due to insufficient balance in the sponsor wallet?
</div>
<div style={{ display: "none" }}>
What is the minimum order value for transactions, and why does my order fail if it is too low?
</div>
<div style={{ display: "none" }}>
How can I resolve issues with JWT authentication and IP address whitelisting?
</div>
<div style={{ display: "none" }}>
Why are my NFT transfers failing?
</div>
<div style={{ display: "none" }}>
What should I do if I suspect an Okto API issue?
</div>

<Accordions>
<Accordion title="What does this '[GET_ALL_ENTITIES] Request Failed: 'values' is missing in a filter' error mean?">
To resolve this error, go to your [Okto dashboard](https://dashboard.okto.tech/) and enable chains and tokens for your dApp.
Expand Down
1 change: 1 addition & 0 deletions content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"unity-sdk",
"---Resources---",
"brand-kit",
"faq",
"[Showcase](https://docs.okto.tech/showcase)",
"[Advanced Dev Helper Tools](https://docs.okto.tech/tools)"
],
Expand Down

0 comments on commit 6b2a48d

Please sign in to comment.