Skip to content

When deploying Example with Mantle version "0.11.17-prerelease", encountered a 500 Internal Server Error #232

@eiei114

Description

@eiei114

Describe the bug
When deploying Example with Mantle version "0.11.17-prerelease", encountered a 500 Internal Server Error

To Reproduce
Getting Started – Mantle
I followed the Getting Started guide steps.

  1. Clone the Example repository
  2. Change the Mantle version to 0.11.17-prerelease in foreman.toml
[tools]
mantle = { source = "blake-mealey/mantle", version = "0.11.17-prerelease" }
  1. Set ROBLOSECURITY and MANTLE_OPEN_CLOUD_API_KEY in ‘.env’.
  2. All Access Permissions for OPEN_CLOUD_API_KEY are accessible.
  3. Execute mantle deploy projects/getting-started --environment dev
  4. Result
\mantle\examples> mantle deploy projects/getting-started --environment dev
Loading project:
  ╷
  │  Loaded config file projects/getting-started\mantle.yml
  │  Selected provided environment configuration dev
  │  Loading previous state from local file projects/getting-started\.mantle-state.yml
  │  
  ╰─ Succeeded

Deploying resources:
  ╷
  │  + Creating: placeFile_start
  │    ╷
  │    │  Dependencies:
  │    │      - place:
  │    │          assetId: 105799873653133
  │    │      - experience:
  │    │          assetId: 7004090792
  │    │          startPlaceId: 105799873653133
  │    │  Inputs:
  │    │    + placeFile:
  │    │    +   filePath: game.rbxlx
  │    │    +   fileHash: 1b685e91fb098f434f6fd85823c6abbbc3e685dd769a0775d883a6434b22af0e
  │    │  
  │    ╰─ Failed: Roblox error (500 Internal Server Error): 
  │
  │
  ╰─ Failed 1 changes(s) while evaluating the resource graph. See above for more details.

Saving state:
  ╷
  │  Saving to local file projects/getting-started\.mantle-state.yml. It is recommended you commit this file to your source control
  │
  ╰─ Succeeded

Target results:
  ╷
  │  Experience:
  │    https://www.roblox.com/games/105799873653133
  │
  │  Places:
  │    start: https://www.roblox.com/games/105799873653133
  │
  ╰──○

Expected behavior
The Failed: Roblox error (500 Internal Server Error): error should not occur.

Environment (please complete the following information):

  • OS: Windows 10
  • Mantle Version 0.11.17-prerelease

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions