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

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

Open
eiei114 opened this issue Dec 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eiei114
Copy link

eiei114 commented Dec 30, 2024

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
@eiei114 eiei114 added the bug Something isn't working label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant