nodeSolidServer / nodeSolidServer/node-solid-server
Web Error 500
@jaxoncreed 已經在處理了。
開始於 2019年7月2日。
- 主要語言
- JavaScript
- 星號
- 1.8k
- 分支
- 308
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hi all,
I am receiving 500 errors whilst running a test NSS locally. It seems to be stemming from the updateManager. Interestingly, the command line logs don't show log any of these (i'm assuming) PUT requests, but the browser console does log the error.
Attempted Solutions
- I've attempted a fresh install of
solid init, but the issue persists. - attempted to run with
--no-reject-unauthroized- still no good
Steps to Replicate
- install NSS with
solid init. (v.5.1.6) - register an account
- access the profile pane
- attempt to input information anywhere (Error Warning toaster) / access the "Home" section (Error dialogue)
Expected Behaviour
successfully modify form fields
Actual Behaviour
The following warnings:
(when attempted to access "Home" route)
Strange: Error 500 trying to read your preferences file.Fetcher: https://hugo.localhost:8443/settings/prefs.ttl Internal Server Error
(when attempting to modify any form field)
Web error: 500 (Internal Server Error) on PATCH of https://hugo.localhost:8443/profile/card
browser console logs:
(Logged in as https://hugo.localhost:8443/profile/card#me by authentication) signin.js:920
UpdateManager: sending update to https://hugo.localhost:8443/profile/card update-manager.js:408
UpdateManager: Return FAILURE undefined elapsed 63ms update-manager.js:902
Error: Web error: 500 (Internal Server Error) on PATCH of https://hugo.localhost:8443/profile/card contactsPane.js:181
Thanks for any help with this!
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
評估
這個 Issue 還沒有評估資料。