cancel
Showing results for 
Search instead for 
Did you mean: 

Where CAP fiori links are gone?

0 Kudos

I am running a CAP Nodejs application and its generating for me Fiori links for data management.

Today when i tried to re-upload new version for the app, all the fiori links are gone! and direct link doesnt work!!!! (Localy everithing works fine)

What is happening?

Attached old version of with the fiori link:

View Entire Topic
gregorw
Active Contributor
0 Kudos

Have you tried:

export NODE_ENV=production
cds run

locally? Seems that the links now depend on this variable.

0 Kudos

What do you mean? Where should i run it? i run it in command line, no change.

gregorw
Active Contributor
0 Kudos

When you're on Windows you have to use

set NODE_ENV=production
cds run

Have a look at the CHANGELOG.md#version-450---2021-02-01