Skip to content

DTO-Digitalmarketplace-Supplier-Frontend Runtime Failure #2

@arenstar

Description

@arenstar

The following error at runtime

supplier-frontend_1  | Traceback (most recent call last):
supplier-frontend_1  |   File "application.py", line 6, in <module>
supplier-frontend_1  |     from app import create_app
supplier-frontend_1  |   File "/app/app/__init__.py", line 22, in <module>
supplier-frontend_1  |     from app.main.helpers.services import parse_document_upload_time  # noqa
supplier-frontend_1  |   File "/app/app/main/__init__.py", line 7, in <module>
supplier-frontend_1  |     content_loader.load_manifest('g-cloud-6', 'services', 'edit_service')
supplier-frontend_1  |   File "/usr/local/lib/python2.7/site-packages/dmcontent/content_loader.py", line 396, in load_manifest
supplier-frontend_1  |     raise ContentNotFoundError("No manifest at {}".format(manifest_path))
supplier-frontend_1  | dmcontent.errors.ContentNotFoundError: No manifest at app/content/frameworks/g-cloud-6/manifests/edit_service.yml

From master branch and the following setup

pip install -r requirements.txt
npm install gulp --save-dev
npm install
npm install natives@1.1.6
node_modules/.bin/pancake
npm run frontend-install
npm run frontend-build:production
# and
python application.py runprodserver

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions