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
description="Find useful resources for resolving most issues with Scaleway Serverless Functions."
17
+
/>
10
18
11
19
## Featured Pages
12
20
@@ -30,14 +38,34 @@ content:
30
38
label="See more"
31
39
/>
32
40
</Grid>
41
+
<Grid>
42
+
<DefaultCard
43
+
title="Serverless Functions examples"
44
+
description="Examples of Serverless Functions"
45
+
url="/#"
46
+
label="See more"
47
+
/>
48
+
<DefaultCard
49
+
title="Serverless Functions runtimes"
50
+
description="Infos on runtimes"
51
+
url="/#"
52
+
label="See more"
53
+
/>
54
+
<DefaultCard
55
+
title="Function deployment methods"
56
+
description="Different ways to deploy"
57
+
url="/#"
58
+
label="See more"
59
+
/>
60
+
</Grid>
33
61
34
62
## Serverless troubleshooting pages
35
63
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/)
64
+
-[My secrets and variables are not injected properly in my function](/serverless-functions/troubleshooting/cannot-inject-secret-variable/)
65
+
-[My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)
66
+
-[My function is in an error state](/serverless-functions/troubleshooting/function-in-error-state/)
67
+
-[Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/)
68
+
-[Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/)
69
+
-[My function stopped working after a redeploy](/serverless-functions/troubleshooting/function-stopped-after-redeploy/)
70
+
-[I am unable to create a Serverless Functions namespace](/serverless-functions/troubleshooting/cannot-create-namespace/)
71
+
-[I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/)
0 commit comments