Hi,
We use the luau execution service to perform actions on our Roblox games. Sometimes we notice that packages in the data model are not loaded in the luau execution runtime. We confirmed this by printing the content of the data model inside the execution and retrieving the logs using the endpoint provided. The print revealed that the Folder (root) and PackageLink existed but did not contain the contents of the package.
Using opencloud APIs from https://create.roblox.com/docs/cloud/features/luau-execution
See private comment for our applied fix
Expected behavior
Roblox packages should be loaded inside the execution environment
A private message is associated with this bug report