-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freeze when login #606
Comments
I also have this issue, no idea why; I have checked that /api is writeable |
You have to turn on the mod_rewrite/RewriteEngine in the configuration of your Webserver |
Same issue. Mod rewrite is already on. Any other suggestions? looked at the Network console, there's some 404 errors for things not found: before login, cannot find: After submitting login, cannot find: Once login is submitted, the button changes color but no further action happens. |
I have same issue and getting this in the chrome console: |
Did you add AllowOverride in your apache config? Example:
|
when i upload this project on local server , the website freeze when i enter username and password with no message error, the color of sign in button changed !
The text was updated successfully, but these errors were encountered: