SolidOS / money-pane

Insight in your personal finance data
MIT License
11 stars 1 forks source link

[WIP] Auth Upgrade #43

Closed jaxoncreed closed 2 years ago

michielbdejong commented 2 years ago

Cool! I'll try it out

michielbdejong commented 2 years ago

I tried npm ci && npm run build && npm start and then visit http://localhost:8080 and I see no UI showing up, but instead see this error in the browser developer tools console:

Uncaught (in promise) TypeError: Cannot read property 'handleIncomingRedirect' of undefined
    at _callee$ (index.ts:28)
    at tryCatch (runtime.js:63)
    at Generator.invoke [as _invoke] (runtime.js:293)
    at Generator.next (runtime.js:118)
    at asyncGeneratorStep (asyncToGenerator.js:3)
    at _next (asyncToGenerator.js:25)
    at asyncToGenerator.js:32
    at new Promise (<anonymous>)
    at asyncToGenerator.js:21
bourgeoa commented 2 years ago

@michielbdejong auth-upgradede merged to main and apparently working. There was a changes due to upgrading dependencies.