From 89d6480f6152deeb843cec4db27b8f545355e1c0 Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Thu, 13 Jun 2024 15:00:18 +0300 Subject: [PATCH] add FAQ about licensing server error --- docs/3.0/gem-server-authentication.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/3.0/gem-server-authentication.md b/docs/3.0/gem-server-authentication.md index a82a11b0..36d1a027 100644 --- a/docs/3.0/gem-server-authentication.md +++ b/docs/3.0/gem-server-authentication.md @@ -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. +:::