fission-codes / dashboard

The account dashboard for the Fission platform
https://dashboard.fission.codes
GNU Affero General Public License v3.0
8 stars 0 forks source link

Stuck on "warming up filesystem" #18

Closed jeffgca closed 3 years ago

jeffgca commented 3 years ago

Summary

I authenticate but than can't seem to get to the dashboard itself. If I look at Firefox's error console I get:

"asm.js type error: expecting argument type declaration for 't' of the form 'arg = arg|0' or 'arg = +arg' or 'arg = fround(arg)'"

Screen Shot 2021-05-25 at 1 28 28 PM

matheus23 commented 3 years ago

Thanks for submitting!

I think this is related to this issue: https://github.com/fission-suite/webnative/issues/207


The authentication flow was changed in a newer version of webnative. With the new authentication flow, these errors shouldn't happen anymore. I've now flipped the switch and deployed the new version of the dashboard to production.


"asm.js type error: expecting argument type declaration for 't' of the form 'arg = arg|0' or 'arg = +arg' or 'arg = fround(arg)'"

That seems to pop up from time to time and I'm pretty sure is unrelated :+1: