Hey, I just stumbled upon this editor and by mere curiosity I wondered if I could still hack ol Graphite to work locally?
Apparently there is no local authorization enabled and the API routes are not functioning as such. I bypassed the authorization by just setting the authorization check to true but this only gets me past the login page and the app doesn't show the documents or whatnot properly. The editor still works if I go to /document/new/asdf. But the other pages not so much.
If it's not too big of a hassle to remember how to mock the user session I would appreciate it. The backend doesn't install dependencies at all with my NodeJS version. Should probably downgrade it and try again.
Hey, I just stumbled upon this editor and by mere curiosity I wondered if I could still hack ol Graphite to work locally?
Apparently there is no local authorization enabled and the API routes are not functioning as such. I bypassed the authorization by just setting the authorization check to true but this only gets me past the login page and the app doesn't show the documents or whatnot properly. The editor still works if I go to /document/new/asdf. But the other pages not so much.
If it's not too big of a hassle to remember how to mock the user session I would appreciate it. The backend doesn't install dependencies at all with my NodeJS version. Should probably downgrade it and try again.
Teemu