Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e2c8b713
Commit
e2c8b713
authored
Jan 27, 2022
by
Asmaa Hassan
Committed by
Russell Dickenson
Jan 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add another error message and the fix in the pages troubleshooting section
parent
8b7beea6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
doc/administration/pages/img/pages_deploy_failure_v14_8.png
doc/administration/pages/img/pages_deploy_failure_v14_8.png
+0
-0
doc/administration/pages/index.md
doc/administration/pages/index.md
+17
-0
No files found.
doc/administration/pages/img/pages_deploy_failure_v14_8.png
0 → 100644
View file @
e2c8b713
31.7 KB
doc/administration/pages/index.md
View file @
e2c8b713
...
@@ -1511,3 +1511,20 @@ behavior:
...
@@ -1511,3 +1511,20 @@ behavior:
NOTE:
NOTE:
`inplace_chroot`
option might not work with the other features, such as
[
Pages Access Control
](
#access-control
)
.
`inplace_chroot`
option might not work with the other features, such as
[
Pages Access Control
](
#access-control
)
.
The
[
GitLab Pages README
](
https://gitlab.com/gitlab-org/gitlab-pages#caveats
)
has more information about caveats and workarounds.
The
[
GitLab Pages README
](
https://gitlab.com/gitlab-org/gitlab-pages#caveats
)
has more information about caveats and workarounds.
### GitLab Pages deploy job fails with error "is not a recognized provider"
If the
**pages**
job succeeds but the
**deploy**
job gives the error "is not a recognized provider":
![
Pages Deploy Failure
](
img/pages_deploy_failure_v14_8.png
)
The error message
`is not a recognized provider`
could be coming from the
`fog`
gem that GitLab uses to connect to cloud providers for object storage.
To fix that:
1.
Check your
`gitlab.rb`
file. If you have
`gitlab_rails['pages_object_store_enabled']`
enabled, but no bucket details have been configured, either:
-
Configure object storage for your Pages deployments, following the
[
S3-compatible connection settings
](
#s3-compatible-connection-settings
)
guide.
-
Store your deployments locally, by commenting out that line.
1.
Save the changes you made to your
`gitlab.rb`
file, then
[
reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment