Skip to content

Commit 35966ca

Browse files
committed
feat(gen): validated layout
1 parent d344964 commit 35966ca

File tree

1 file changed

+37
-9
lines changed
  • pages/serverless-functions/troubleshooting

1 file changed

+37
-9
lines changed

pages/serverless-functions/troubleshooting/index.mdx

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ meta:
33
title: Functions - Troubleshooting
44
description: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
55
content:
6-
h1: Functions - Troubleshooting
76
paragraph: Find troubleshooting resources for resolving issues with Scaleway Serverless Functions.
7+
dates:
8+
posted: 2025-01-14
9+
categories:
10+
- serverless
811
---
912

13+
<ProductHeader
14+
productName="Serverless Functions troubleshooting"
15+
productLogo="functions"
16+
description="Find useful resources for resolving most issues with Scaleway Serverless Functions."
17+
/>
1018

1119
## Featured Pages
1220

@@ -30,14 +38,34 @@ content:
3038
label="See more"
3139
/>
3240
</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>
3361

3462
## Serverless troubleshooting pages
3563

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

Comments
 (0)