Git Product home page Git Product logo

Comments (3)

ppanero avatar ppanero commented on June 22, 2024

The issue comes from invenio-rdm-records config:

RECORDS_FILES_REST_ENDPOINTS = {
    'RECORDS_REST_ENDPOINTS': {
        'recid': '/files',
    }
}

However, the ext.py file is app.config.setdefault(k, getattr(config, k)) which does not set it because it already exists from invenio-records-files.

If we set the above piece of config in invenio-rdm-records it does work.

Note When doing invenio shell on invenio-app-rdm it does not find the mounts /api. For that you need to go around PostFix like app.wsgi_app.app.mounts['/api'].url_map instead of app.wsgi_app.mounts['/api'].url_map

Pinging @fenekku cuz of knowledge/battles fought with config loading.

If this is the way to go there is a PR for it (#61). Feel free to merge.

from invenio-app-rdm.

ppanero avatar ppanero commented on June 22, 2024

#64 reopens the issue

from invenio-app-rdm.

ppanero avatar ppanero commented on June 22, 2024

Related to inveniosoftware/invenio-records-permissions#41

from invenio-app-rdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.