coracle-social / flotilla

A nostr relay-based communities PWA modeled after discord
https://flotilla.coracle.social
MIT License
11 stars 4 forks source link

App Loads to Blank Screen #23

Closed buttercat1791 closed 2 weeks ago

buttercat1791 commented 2 weeks ago

I just updated my copy of this repo from master, but when I try to run it locally, the dev server starts, but only shows a blank screen.

In the browser console I get the following error and stack trace:

SyntaxError: The requested module 'http://localhost:1847/node_modules/.vite/deps/@welshman_util.js?v=845c18d2' doesn't provide an export named: 'AUTH_JOIN' [app.js:48:40](http://localhost:1847/@fs/media/buttercat1791/DATA/nostr/flotilla/.svelte-kit/generated/client/app.js)
    handleError app.js:48
    handle_error client.js:1612
    load_route client.js:1007
    navigate client.js:1280
    _goto client.js:367
    goto client.js:1724
    start client.js:295
    <anonymous> discover:24
    (Async: promise callback)
    <anonymous> discover:23

Any idea how to resolve this?

staab commented 2 weeks ago

Sorry about that, I shouldn't have pushed to master. Just pushed a version that should work, I'll do my work on a different branch going forward.