You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I click on the settings icon, I am sent to /settings. This works. If I then click refresh page, it crashes. The same happens with /mesh.
To Reproduce
Steps to reproduce the behavior:
Click on the settings symbol.
Click refresh page on your browser
See crash error:
Error: Not Found
at /usr/src/app/app.js:255:15
at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:317:13)
at /usr/src/app/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:335:12)
at next (/usr/src/app/node_modules/express/lib/router/index.js:275:10)
at /usr/src/app/node_modules/connect-history-api-fallback/lib/index.js:85:5
at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:317:13)
at /usr/src/app/node_modules/express/lib/router/index.js:284:7
at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:335:12)
at next (/usr/src/app/node_modules/express/lib/router/index.js:275:10)
at cors (/usr/src/app/node_modules/cors/lib/index.js:188:7)
at /usr/src/app/node_modules/cors/lib/index.js:224:17
at originCallback (/usr/src/app/node_modules/cors/lib/index.js:214:15)
at /usr/src/app/node_modules/cors/lib/index.js:219:13
Expected behavior
The same page should load correctly.
The text was updated successfully, but these errors were encountered:
Version
Build/Run method
zwavejs2mqtt version: c762a85 (master)
Describe the bug
When I click on the settings icon, I am sent to /settings. This works. If I then click refresh page, it crashes. The same happens with /mesh.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The same page should load correctly.
The text was updated successfully, but these errors were encountered: