Skip to content

Commit

Permalink
removing unnecessary link
Browse files Browse the repository at this point in the history
  • Loading branch information
galenmarchetti committed Dec 19, 2023
1 parent 15c4d9e commit 01e7744
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/get-started/write-your-first-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,6 @@ Error encountered running Starlark code.

Here, Kurtosis is telling us that the `add_service` instruction on line `54` of your `main.star` (the one for ensuring PostgREST is up) is timing out when was checking for ports opening.

:::info
Fun fact: this failure was encountered at the last step in Kurtosis' [multi-phase run approach][multi-phase-runs-reference], which is also called the Execution step that we mentioned earlier [when we got Postgres up and running](#review-run-postgres).
:::


#### Investigating the issue
If you check the service's logs, printed in the error message right after this header `== SERVICE 'api' LOGS ===================================`, you will see that there is an authentication error
Expand Down

0 comments on commit 01e7744

Please sign in to comment.