Psi
Psi
@peterklingelhofer thanks! Just to confirm you're able to get everything loaded when using the `localhost:8080` URL in the browser? When I use that, and click on "log in" in the...
Thanks for validating :sweat_smile: @peterklingelhofer ! I've also noticed that because of it using production API, and it looks like production API allows `localhost:8080` for CORS, it's possible to grab...
Yeah, I think this is slightly different from the issue I reported. If you update your `.env` file with this value you'll see everything loaded: ``` APP_DOMAIN=stream.resonate.coop ``` When I...
It's probably worth just updating the .env.example file directly I think?
I think in React 17 the way events are being bubbled has changed how this works, and it's a separate issue: https://github.com/facebook/react/issues/20741
This would be great!
Could we just embed an iframe with the form?
Huh, when did that happen? I'm fairly sure that sandstorm makes extensive use of iframes, and I use it in Chrome. Edit: I don't think I see anything here about...
I'll let @jancborchardt be the judge of that, he created the issue :)
It just means that there's no content in the grey bar because it doesn't get loaded. Which should be investigated.