Skip to content

Commit 9527789

Browse files
docs: troubleshoot A Satellite ID is not configured
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 21900fc commit 9527789

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/troubleshooting.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ Make sure these two requirements are correctly met before restarting the command
5353

5454
---
5555

56+
### A Satellite ID is not configured. Juno cannot be initialized.
57+
58+
If you encounter the error:
59+
60+
> A Satellite ID is not configured. Juno cannot be initialized.
61+
62+
This means `initSatellite()` from the SDK is being called without a proper configuration. Most likely, the plugin responsible for loading your `juno.config` file values isn't set up correctly or is missing entirely.
63+
64+
To resolve this issue, make sure your SDK is correctly configured by following the steps in the documentation: [Setup SDK > Configuration](./setup-the-sdk.mdx#configuration)
65+
66+
---
67+
5668
### Invalid character: "&lt;"
5769

5870
When you scaffold an app with a template, the `juno.config` file includes placeholder values for the satellite IDs:

0 commit comments

Comments
 (0)