-
Notifications
You must be signed in to change notification settings - Fork 258
docs(gen): add troubleshooting indexes MTA-5747 #4607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| --- | ||
| meta: | ||
| title: Block Storage - Troubleshooting | ||
| description: $desc Find troubleshooting resources for resolving issues with Scaleway Block Storage. | ||
| content: | ||
| paragraph: *desc | ||
| dates: | ||
| posted: 2025-03-12 | ||
| validation: 2025-03-12 | ||
| categories: | ||
| - serverless | ||
| --- | ||
| <ProductHeader | ||
| productName="Block Storage troubleshooting" | ||
| productLogo="blockStorage" | ||
| description="Find resources for resolving issues with Scaleway Block Storage" | ||
| /> | ||
| ## Featured Pages | ||
| <Grid> | ||
| <DefaultCard | ||
| title="Block Storage FAQ" | ||
| description="General info on Block Storage" | ||
| url="/faq/block-storage/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Different Block Storage volume types" | ||
| description="Learn about different types of blocks." | ||
| url="/block-storage/reference-content/differences-between-5kiops-volumes/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Migrating from Instances API to Block Storage API" | ||
| description="Advantages of migration." | ||
| url="/#" | ||
| label="See more" | ||
| /> | ||
| </Grid> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,74 @@ | ||
| --- | ||
| meta: | ||
| title: Functions - Troubleshooting | ||
| description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions. | ||
| description: Troubleshooting guide for Scaleway Serverless Functions. | ||
| content: | ||
| h1: Functions - Troubleshooting | ||
| paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions. | ||
| --- | ||
| paragraph: Troubleshooting guide for Scaleway Serverless Functions. | ||
| dates: | ||
| posted: 2025-03-13 | ||
| validation: 2025-03-13 | ||
| categories: | ||
| - serverless | ||
| --- | ||
|
|
||
| <ProductHeader | ||
| productName="Functions troubleshooting" | ||
| productLogo="functions" | ||
| description="Find resources for resolving issues with Scaleway Serverless Functions." | ||
| /> | ||
|
|
||
| ## Featured Pages | ||
|
|
||
| <Grid> | ||
| <DefaultCard | ||
| title="Serverless Functions FAQ" | ||
| description="General info on Serverless Functions" | ||
| url="/faq/serverless-functions/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Methods to deploy Serverless Functions" | ||
| description="Discover several solutions to deploy your Functions." | ||
| url="/serverless-functions/reference-content/deploy-function/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Functions limitations" | ||
| description="Technical limitations of Serverless Functions." | ||
| url="/serverless-functions/reference-content/functions-limitations/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
| <Grid> | ||
| <DefaultCard | ||
| title="Serverless Functions billing" | ||
| description="Detailed pricing model." | ||
| url="/serverless-functions/reference-content/functions-billing/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Serverless Functions handler reference" | ||
| description="Understand the behavior of handlers." | ||
| url="/serverless-functions/reference-content/functions-handlers/" | ||
| label="See more" | ||
| /> | ||
| <DefaultCard | ||
| title="Differences between Serverless Jobs, Containers and Functions" | ||
| description="Differences between Serverless products." | ||
| url="/serverless-functions/reference-content/difference-jobs-functions-containers/" | ||
| label="See more" | ||
| /> | ||
| </Grid> | ||
|
|
||
| ## Serverless Functions troubleshooting pages | ||
|
|
||
| - [I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/) | ||
| - [My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/) | ||
| - [My function does not build properly](/serverless-functions/troubleshooting/function-build-error/) | ||
| - [My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/) | ||
| - [My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/) | ||
| - [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/) | ||
| - [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/) | ||
| - [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/) | ||
| - [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.