Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Community edition Web build error.

mihaly-toth-nc
Participant
0 Kudos
135

 

Hello SAP Build Apps Community,

I hope you're all doing well! We’ve been using the SAP Build Apps Community Edition to create an MVP for our project management platform. Overall, our experience has been quite positive, but we’ve encountered a few bumps along the way. Recently, we've been running into an issue with the web version, and I wanted to reach out for some help.

Here’s the error we’re facing:

```
AB version: 3.8.0 COMMAND: USER_METERING_ENABLED=true SHOW_SUBSCRIPTION_VERIFICATION_NOTIFICATION=false SUBSCRIPTION_VERIFICATION_NOTIFICATION_DISMISSIBLE=true NEXT_SUPPORT_RELATIVE_PATHS=true NODE_OPTIONS=--max-old-space-size=12240 npxrnv export -p web -s standalone -c standalone --ci --yes --packageManager yarn FAILED with ERROR: Command failed with exit code 1: npx rnv export -p web -s standalone -c standalone --ci --yes --packageManager yarn

```

Interestingly, this error doesn’t appear in a lightweight test project with fewer components, so it seems to be isolated to more complex builds.

I remember encountering a similar error about a year and a half ago, and at the time, it was mentioned that the build service had "run out of allocated memory." Given this, I’m wondering if the issue might be the same now or if something else is causing it. Any thoughts or advice would be greatly appreciated!

To give you more context, our app project (after export) is around 3.9 MB, and the last successful build was almost 14 MB. We’re working with several custom JavaScript files, a lot of logic nodes, and many expressions.

Has anyone else run into this problem? If so, how did you resolve it? And if this is a known issue, could you share an estimated timeline for when it might be fixed?

Thanks so much in advance for any feedback!

Best regards,
Mihály

 

No-code expert with extensive experience in SAP Build Apps (former Appgyver), Firebase, Xano. Actively working on a startup and further projects.
1 REPLY 1

mihaly-toth-nc
Participant
0 Kudos
81

UPDATE. 2025.02.12. late afternoon CET the build issues have been resolved with the runtime 4.12.192. 

Apparently, it had nothing to do with the app size. Still, I'd strongly suggest revisiting your logic on a regular basis and trying to reduce the unused, hidden, or commented parts.

No-code expert with extensive experience in SAP Build Apps (former Appgyver), Firebase, Xano. Actively working on a startup and further projects.