Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Build your repo automatically.

Results 323 Oryx issues
Sort by recently updated
recently updated
newest added

### Bug Report I got this error when i deploy next.js to web app service secondly after the first successful deployment. It sayed had no permission when rename a file....

### Feature Request Copied from https://github.com/Azure/static-web-apps/issues/637 The full CI on GitHub takes roughly 1m 20s. And building docker image takes roughly 1m. Wouldn't be able to use pre built images?...

### Bug Report When trying to use Azure App Service deployment for .NET 5 project I'm getting this error in /tmp/build-debug.log: ``` 2021-12-27 03:28:16.4149|ERROR|Microsoft.Oryx.BuildScriptGeneratorCli.CommandBase|Exception caughtSystem.IO.DirectoryNotFoundException: Could not find a part...

Trying to set up a Hugo site with Static Web App. A default Hugo site with most themes works fine. But when trying to use theme 'docsy' (https://www.docsy.dev/) I get...

**Introduction** [I also posted this as a bug in the Azure/static-web-apps project](https://github.com/Azure/static-web-apps/issues/542), but as it received no response I realized this issue maybe makes more sense to be reported here?...

investigate
Azure Static WebApp

### Feature Request I found the [nodejs build document](https://github.com/microsoft/Oryx/blob/main/doc/runtimes/nodejs.md) but didn't find pnpm support. now I use `PRE_BUILD_COMMAND` and `CUSTOM_BUILD_COMMAND` for this but it's good that Oryx could have official...

### Bug Report Details reported on [Azure Static web apps repo](https://github.com/Azure/static-web-apps/issues/665). @miwebst asked that I report it to Oryx. Not sure if this is the correct repo.

### Bug Report - At what date and time did you most recently experience the problem? 2021-11-24 16:08:45 UTC - Where did you experience the problem? E.g. Azure Web Apps,...

### Bug Report - At what date and time did you most recently experience the problem? Around 2021-05-12 17h00 GMT - Where did you experience the problem? E.g. Azure Web...

### Feature Request Not exactly sure how to do this but would like to investigate caching dependencies between builds of the same app. Perhaps this could be mounting node_modules into...