Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Spendolini authored and Brian Spendolini committed Aug 5, 2024
1 parent 62179f5 commit 6573020
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/T-known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@ another option to do the same, if you prefer a command line approach, is to run,
sqlcmd start
```

## Data API builder (DAB) starts on port 8080

If you start dab (dab start), and it comes up on port 8080, you can change it back to 5000 with the following steps.

1. Stop dab with a crtl-C

2. Run the following code in the terminal

```BASH
echo 'export ASPNETCORE_HTTP_PORTS=5000' >> ~/.bashrc
```

followed by running this code in the terminal to uptake the new change

```BASH
. ~/.bashrc
```

3. Start up dab again (dab start)

## Testing connection profile message on the bottom right of the codespace and an unexpected error message on reload

If you see the testing connection profile message on the bottom right of the codespace constantly running
Expand Down

0 comments on commit 6573020

Please sign in to comment.