-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
- Clone the Example repository
- Change the Mantle version to 0.11.17-prerelease in
foreman.toml
[tools]
mantle = { source = "blake-mealey/mantle", version = "0.11.17-prerelease" }
- Set
ROBLOSECURITYandMANTLE_OPEN_CLOUD_API_KEYin ‘.env’. - All Access Permissions for
OPEN_CLOUD_API_KEYare accessible. - Execute
mantle deploy projects/getting-started --environment dev - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working