You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-functions/troubleshooting/index.mdx
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,39 @@ meta:
5
5
content:
6
6
h1: Functions - Troubleshooting
7
7
paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
8
-
---
8
+
---
9
+
10
+
11
+
## Featured Pages
12
+
13
+
<Grid>
14
+
<DefaultCard
15
+
title="Serverless Functions FAQ"
16
+
description="General info on Serverless Functions"
17
+
url="/#"
18
+
label="See more"
19
+
/>
20
+
<DefaultCard
21
+
title="Serverless Functions limitations"
22
+
description="Specifications and quotas"
23
+
url="/#"
24
+
label="See more"
25
+
/>
26
+
<DefaultCard
27
+
title="Function handlers reference"
28
+
description="Handler syntax and configuration"
29
+
url="/#"
30
+
label="See more"
31
+
/>
32
+
</Grid>
33
+
34
+
## Serverless troubleshooting pages
35
+
36
+
-[My secrets and variables are not injected properly in my function](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/cannot-inject-secret-variable/)
37
+
-[My function fails after trying too many times](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/too-many-retries/)
38
+
-[My function is in an error state](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/function-in-error-state/)
39
+
-[Tests fail on Serverless Functions](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/tests-fail-on-function/)
40
+
-[Unable to find the function handler](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/handler-not-found/)
41
+
-[My function stopped working after a redeploy](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/function-stopped-after-redeploy/)
42
+
-[I am unable to create a Serverless Functions namespace](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/cannot-create-namespace/)
43
+
-[I am experiencing timeout errors](https://www.scaleway.com/en/docs/serverless-functions/troubleshooting/timeout-error/)
0 commit comments