Skip to content

Commit

Permalink
docs(srv): add function build error troubleshooting MTA-5554 (#4381)
Browse files Browse the repository at this point in the history
* docs(srv): add function build error troubleshooting MTA-5554

* docs(srv): update
  • Loading branch information
SamyOubouaziz authored Feb 11, 2025
1 parent bfafdb4 commit c15e675
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menu/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -4014,6 +4014,10 @@
"label": "My function is in an error state",
"slug": "function-in-error-state"
},
{
"label": "My function does not build properly",
"slug": "function-build-error"
},
{
"label": "My function stopped working after a redeploy",
"slug": "function-stopped-after-redeploy"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
meta:
title: My function does not build properly
description: Troubleshoot issues with build errors while using Scaleway Serverless Functions.
content:
h1: My function does not build properly
paragraph: Troubleshoot issues with build errors while using Scaleway Serverless Functions.
tags: serverless functions troubleshooting issue error build compile package
dates:
validation: 2025-02-10
posted: 2025-02-10
categories:
- serverless
---

## Problem

My Serverless Function does not build properly.

## Cause

This error may happen for multiple reasons. Refer to the documentation pages below to identify the problem.

## Possible solution

1. Make sure your function works fine by [testing it locally](/serverless-functions/reference-content/local-testing/).

2. Check for [build errors with Cockpit](/serverless-functions/how-to/monitor-function/).

3. Make sure your function is [properly packaged](/docs/serverless-functions/how-to/package-function-dependencies-in-zip/).

4. Check our [code examples](/serverless-functions/reference-content/code-examples/) to find out how Scaleway Serverless Functions are structured.

0 comments on commit c15e675

Please sign in to comment.