Settings page throws error on development #839

Closed
opened 2017-12-11 14:12:50 +01:00 by IGassmann · 1 comment
IGassmann commented 2017-12-11 14:12:50 +01:00 (Migrated from github.com)

The Issue

The settings page throws an error when accessed using webpack-dev-server.

Steps to reproduce

  1. yarn dev
  2. Open settings on app

Anything Else

This happens because the action for listing themes try to access a filesystem path. Since on development the app is running on a web server, the path can't be accessed.

## The Issue The settings page throws an error when accessed using `webpack-dev-server`. ### Steps to reproduce 1. `yarn dev` 2. Open settings on app ## Anything Else This happens because the action for listing themes try to access a filesystem path. Since on development the app is running on a web server, the path can't be accessed.
lyoshenka commented 2017-12-13 15:34:10 +01:00 (Migrated from github.com)
closed by https://github.com/lbryio/lbry-app/pull/865
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#839
No description provided.