Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 2 additions & 2 deletions pages/serverless-containers/how-to/test-a-container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Testing **Private** Serverless Functions is not possible using the Scaleway cons

7. Click **+ Advanced options** to add any required HTTP header or parameter to your container.

8. Click **Run**.
8. Copy the generated command, then execute it in a terminal.

The **Output** section displays the response from your container and the status code.
The output of your terminal displays the response from your container, and the status code.

<Message type="note">
If you encounter a message error while testing your container, refer to the [dedicated troubleshooting](/serverless-containers/troubleshooting/tests-fail-on-container/) for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I get error messages when testing Serverless Containers using the Scaleway Conso

## Cause

Testing **Private** Serverless Containers is not possible using the Scaleway console due to CORS limitations.
**Private** Serverless Containers require you use an authentication token.

## Possible solutions

Expand Down
4 changes: 3 additions & 1 deletion pages/serverless-functions/how-to/test-a-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Testing **Private** Serverless Functions is not possible using the Scaleway cons

7. Click **+ Advanced options** to add any required HTTP header or parameter to your function.

8. Click **Run**.
8. Copy the generated command, then execute it in a terminal.

The output of your terminal displays the response from your function, and the status code.

The **Output** section displays the response from your function and the status code.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I get error messages when testing Serverless Functions using the Scaleway Consol

## Cause

Testing **Private** Serverless Functions is not possible using the Scaleway console due to CORS limitations.
**Private** Serverless Functions require you use an authentication token.

## Possible solutions

Expand Down
Loading