Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(srv): add function build error troubleshooting MTA-5554 #4381

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.