Skip to content

Commit

Permalink
add FAQ about licensing server error
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jun 13, 2024
1 parent 4cf078d commit 89d6480
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/3.0/gem-server-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,13 @@ docker build --build-arg BUNDLE_PACKAGER__DEV=$BUNDLE_PACKAGER__DEV
docker compose build --build-arg BUNDLE_PACKAGER__DEV=xxx
```
:::

## FAQ

Frequently asked questions:

:::option `Forbidden 403`
If you're seeing this error `Retrying download gem from https://packager.dev/avo-hq/ due to error (1/4): Gem::RemoteFetcher::FetchError bad response Forbidden 403`, this probably means that bundler does not have access to the `BUNDLE_PACKAGER__DEV` environment variable.

Please read the guides above on how to set that on your development machine and in deployment scenarios.
:::

0 comments on commit 89d6480

Please sign in to comment.