When running locally in my dev environment, it works completely fine. Also in the normal docker container (I think).
It breaks when installing tng-sdk-project directly with pip install git+https://github.com/sonata-nfv/tng-sdk-project.git. Then directory_name is not set correctly and serving doesn't work; always says "file not found".
This is required for the SDK portal to download the created package.
The endpoint for getting/downloading files from a generated project doesn't work as it should: https://github.com/sonata-nfv/tng-sdk-project/blob/master/src/tngsdk/rest.py#L295
When running locally in my dev environment, it works completely fine. Also in the normal docker container (I think).
It breaks when installing tng-sdk-project directly with
pip install git+https://github.com/sonata-nfv/tng-sdk-project.git
. Thendirectory_name
is not set correctly and serving doesn't work; always says "file not found".This is required for the SDK portal to download the created package.
Trying to fix in https://github.com/sonata-nfv/tng-sdk-project/pull/103