|
1 | 1 | --- |
2 | 2 | meta: |
3 | 3 | title: Functions - Troubleshooting |
4 | | - description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions. |
| 4 | + description: Troubleshooting guide for Scaleway Serverless Functions. |
5 | 5 | content: |
6 | 6 | h1: Functions - Troubleshooting |
7 | | - paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions. |
8 | | ---- |
| 7 | + paragraph: Troubleshooting guide for Scaleway Serverless Functions. |
| 8 | +dates: |
| 9 | + posted: 2025-03-13 |
| 10 | + validation: 2025-03-13 |
| 11 | +categories: |
| 12 | + - serverless |
| 13 | +--- |
| 14 | + |
| 15 | +<ProductHeader |
| 16 | + productName="Functions troubleshooting" |
| 17 | + productLogo="functions" |
| 18 | + description="Find resources for resolving issues with Scaleway Serverless Functions." |
| 19 | +/> |
| 20 | + |
| 21 | +## Featured Pages |
| 22 | + |
| 23 | +<Grid> |
| 24 | + <DefaultCard |
| 25 | + title="Serverless Functions FAQ" |
| 26 | + description="General info on Serverless Functions." |
| 27 | + url="/faq/serverless-functions/" |
| 28 | + label="See more" |
| 29 | + /> |
| 30 | + <DefaultCard |
| 31 | + title="Methods to deploy Serverless Functions" |
| 32 | + description="Find the best way to deploy Functions." |
| 33 | + url="/serverless-functions/reference-content/deploy-function/" |
| 34 | + label="See more" |
| 35 | + /> |
| 36 | + <DefaultCard |
| 37 | + title="Functions limitations" |
| 38 | + description="Technical limitations of Serverless Functions." |
| 39 | + url="/serverless-functions/reference-content/functions-limitations/" |
| 40 | + label="See more" |
| 41 | + /> |
| 42 | +</Grid> |
| 43 | +<Grid> |
| 44 | + <DefaultCard |
| 45 | + title="Serverless Functions billing" |
| 46 | + description="Detailed pricing model." |
| 47 | + url="/serverless-functions/reference-content/functions-billing/" |
| 48 | + label="See more" |
| 49 | + /> |
| 50 | + <DefaultCard |
| 51 | + title="Serverless Functions handler reference" |
| 52 | + description="Understand the behavior of handlers." |
| 53 | + url="/serverless-functions/reference-content/functions-handlers/" |
| 54 | + label="See more" |
| 55 | + /> |
| 56 | + <DefaultCard |
| 57 | + title="Differences between Serverless Jobs, Containers and Functions" |
| 58 | + description="Differences between Serverless products." |
| 59 | + url="/serverless-functions/reference-content/difference-jobs-functions-containers/" |
| 60 | + label="See more" |
| 61 | + /> |
| 62 | +</Grid> |
| 63 | + |
| 64 | +## Serverless Functions troubleshooting pages |
| 65 | + |
| 66 | +- [I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/) |
| 67 | +- [My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/) |
| 68 | +- [My function does not build properly](/serverless-functions/troubleshooting/function-build-error/) |
| 69 | +- [My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/) |
| 70 | +- [My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/) |
| 71 | +- [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/) |
| 72 | +- [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/) |
| 73 | +- [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/) |
| 74 | +- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/) |
0 commit comments