demonimin has quit [Remote host closed the connection]
demonimin has joined #sandstorm
wolcen has quit [Ping timeout: 250 seconds]
<dongo>
So I just created a repo in one of the gogs instances I have in my sandstorm and when I open the page for the newly created repo, the text fields are just black. Here's a screenshot demonstrating what I just explained: https://qt.tomoko.moe/5DivFG.png
<dongo>
Anyone know why this happens?
<dongo>
I can't seem to fix it. I've tried starting a new gogs instance and creating a new repo there but the same thing happens
<dongo>
I tried restarting sandstorm
<dongo>
I am using Firefox 50.0.2
<dongo>
oh ok apparantly it works fine in chrome
<dongo>
w h y
bodisiw has joined #sandstorm
<zarvox>
dongo: huh, that's quite odd. Does Firefox print anything to the JS console? Could be an issue on either the app side or the Sandstorm side, since I think that's a bunch of offer templates.
<zarvox>
Ctrl-Shift-K should bring up the console
<dongo>
zarvox: nothing in the console, no
<dongo>
The loading spinner also lasts quite long so it seems like the page is loading for quite some time for whatever reason
<zarvox>
Hmmm, I'm unable to reproduce in Firefox 50.0. The way offer templates work does involve a server roundtrip, though, so it's possible that if your connection is super unresponsive those sections might not render.
<zarvox>
But then I'd expect it to fail in Chrome too.
<dongo>
I also tried restarting firefox but that did nothing to fix it
<zarvox>
Is this on Oasis, or your own server?
<dongo>
My own server
wolcen_ has joined #sandstorm
<dongo>
zarvox: for some dumb reason it looks like firefox is caching the requests to the templates
<dongo>
clearing the cache doesn't seem to help either
<zarvox>
dongo: :/ can you right click -> this frame -> reload frame?
<zarvox>
Do you have some javascript-restricting addon or extension running? the way those templates work involves cross-domain window.parent.postMessage() calls
<zarvox>
(app frame posts request for a template to get rendered to the sandstorm shell, shell maybe makes RPC to server, shell postMessage's back to app, app sets offer template iframe src, offer template frame pulls data out of sessionStorage and renders)
<zarvox>
you could try using the inspector to check if the frame there is actually winding up with a src (should point to example.com/offer-template.html#somethingrandom ); that'd tell you if the first four steps succeeded
Telesight has quit [Quit: Leaving.]
bodisiw has quit [Ping timeout: 250 seconds]
<dongo>
zarvox: alright, so the first frame shows
<dongo>
but not the other two
<dongo>
two are black, the first frame shows the proper text
<dongo>
and yes I have such extensions
<dongo>
however, they allow everything on the domain
<zarvox>
wow, I would expect all three to succeed or fail consistently, since they're all doing basically the same thing...
<dongo>
yeah, fucking firefox
wolcen_ has quit [Ping timeout: 245 seconds]
jadewang has quit [Remote host closed the connection]
jadewang has joined #sandstorm
frigginglorious has quit [Ping timeout: 250 seconds]