holochain / elemental-chat-ui

A Vue.js + Vuetify + Vuex web app for Elemental Chat DNA.
48 stars 13 forks source link

B 04448 deterministic login #130

Closed JettTech closed 3 years ago

JettTech commented 3 years ago

Updates:

cloudflare-workers-and-pages[bot] commented 3 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 258f598
Status: ✅  Deploy successful!
Preview URL: https://3bea5da4.elemental-chat-ui.pages.dev

View logs

timotree3 commented 3 years ago

CI is failing. Looks like there's still something in here that either doesn't account for anonymous or doesn't account for VUE_APP_ANONYMOUS='enabled'

JettTech commented 3 years ago

Tested locally and found that they each pass individually, and some in certain groupings (first three/last three), but not all in the current sequence. There is something flaky about the test env, looking into it.

timotree3 commented 3 years ago

I was testing this locally and window.location.search = '' causes the page to reload. I'm pushing a commit that uses history.pushState instead