Open
Description
Bug Report
-
At what date and time did you most recently experience the problem?
12/4/24 10:45 pm CST -
Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
Azure Static Web Apps with Gitlab CI/CD -
If your repo is publicly available please share its URL:
-
What happened?
When trying to run CI pipeline and deploy a react app, I get an error in the deploy stage while oryx is attempting to build the app. -
What did you expect or want to happen?
Deploy the app -
How can we reproduce it?
-
Do you have log output? Please include between the backticks:
---Oryx build logs---
Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
You can report issues at https://github.com/Microsoft/Oryx/issues
Oryx Version: 0.2.20231128.3, Commit: 0b76566110f0db32097b869761e056fd9b01848d, ReleaseTagName: 20231128.3
Build Operation ID: 0d8fd6a145ea09e2
Repository Commit : a1b79c75841382166665442ba5ffd1908ac14e10
OS Type : bullseye
Image Type : jamstack
Detecting platforms...
Detected following platforms:
nodejs: 18.20.4
python: 3.9.20
Version '18.20.4' of platform 'nodejs' is not installed. Generating script to install it...
Version '3.9.20' of platform 'python' is not installed. Generating script to install it...
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at CallSite.Target(Closure, CallSite, Object)
---End of Oryx build logs---
Oryx has failed to build the solution.