Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First, create a [dspace-ui-deploy]/config/config.dev.yml configuration file for development.  This file supports the same configs as your existing config.prod.yml.  So, you can copy over any settings you want to test out.
  2. Start the UI in development mode (this doesn't require a proxy like Apache or Nginx)

    Code Block
    yarn start:dev


  3. This will boot up the User Interface on whatever port you specified in "config.dev.yml"
  4. At this point, attempt to access the UI from your web browser.  Even if it isn't fully working, you should be able to still get more information from your browser's DevTools on regarding the underlying error.  See the Troubleshoot an error page, look for the section on "DSpace 7.x".  It has a guide for locating UI error messages in your browser's Developer Tools.

...