cgwire / kitsu

Collaboration Platform for Animation and VFX Productions
https://kitsu.cg-wire.com
GNU Affero General Public License v3.0
379 stars 103 forks source link

We're sorry but Kitsu doesn't work properly without JavaScript enabled. Please enable it to continue. #607

Closed fananimi closed 3 years ago

fananimi commented 3 years ago

I'm trying to set up the local development environment by running the frontend and backend. I already successfully run flask web server, event server, and frontend server.

After that, I tried to log in with credentials through login page. After submitting valid credentials, I found an error says

We're sorry but Kitsu doesn't work properly without JavaScript enabled. Please enable it to continue.

after redirecting to http://localhost:8080/api/auth/authenticated and http://localhost:8080/api/data/organisations.

Here my screenshot

Selection_001

Thanks!

frankrousseau commented 3 years ago

Can you show your vue config file again? It seems that authenticated returns the frontend code instead of the backend result.

fananimi commented 3 years ago

@frankrousseau , I do not change the default vue config.

It is a unique issue, only occurs in my environment. Right now solved by changing chrome on incognito mode.

Thanks!