cocalc icon indicating copy to clipboard operation
cocalc copied to clipboard

next: anonymous "try" is broken

Open haraldschilly opened this issue 3 years ago • 5 comments

Before that next.js setup, the whole point of clicking on e.g. "Try Latex..." was to create an anonymous account and trigger the launch action to setup a new project and open a latex file.

Right now it's somehow stuck on the main index page, doesn't even create a project.

haraldschilly avatar Jun 17 '22 16:06 haraldschilly

Interesting. I was literally just improving this functionality in my dev project right now... and did fully go through the anonymous workflow and it worked fine without getting stuck. So maybe the problem has something to do with the live deployment on Kubernetes? Since it was definitely working for me right now in my dev project.

williamstein avatar Jun 17 '22 17:06 williamstein

Oh, I should clarify -- I was using the share server workflow. Maybe the direct Try link is broken. I didn't test that. I realize now you're talking about something else, namely the launch actions, which is completely implemented in the app (it's NOT the workflow that is part of the share server).

williamstein avatar Jun 17 '22 17:06 williamstein

FYI -- I think the right fix for this particular bug is to completely get rid of this particular launch action functionality, and instead greatly improve the share server... including some gallery of latex examples.

williamstein avatar Jun 17 '22 17:06 williamstein

Well, I'm talking about the "Try" buttons on the features landing pages. I'll see if I can fix this with a few changes.

haraldschilly avatar Jun 17 '22 17:06 haraldschilly

I would just either remove those buttons entirely, or make them point to an example in the share server of a latex file (etc.), then improve the share server.

williamstein avatar Jun 17 '22 17:06 williamstein