Skip to content

Commit d344964

Browse files
committed
feat(gen): troubleshooting index test
1 parent 86ee9b1 commit d344964

File tree

1 file changed

+36
-1
lines changed
  • pages/serverless-functions/troubleshooting

1 file changed

+36
-1
lines changed

pages/serverless-functions/troubleshooting/index.mdx

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,39 @@ meta:
55
content:
66
h1: Functions - Troubleshooting
77
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

Comments
 (0)