[GH-ISSUE #151] Can't login after install. #130

Closed
opened 2026-02-26 01:35:14 +03:00 by kerem · 2 comments
Owner

Originally created by @loifarn on GitHub (Apr 25, 2016).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/151

Install finished seemingly successfully, but I now get "Connection to Service failed" and "Invalid crendtials" when I'm trying to log in.

I'm using nginx through Ajenti-V.

Any help would be greatly appriciated.
nginx config

server {
listen *:80;

server_name note.loif.no;

access_log /var/log/nginx/opennote.access.log;
error_log /var/log/nginx/opennote.error.log;

root /srv/OpenNote;
index index.html index.htm index.php;





location ~ [^/]\.php(/|$) {



    fastcgi_index index.php;
    include fcgi.conf;
    fastcgi_pass unix:/var/run/ajenti-v-php-fcgi-opennote-php-fcgi-0.sock;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

}

}

Originally created by @loifarn on GitHub (Apr 25, 2016). Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/151 Install finished seemingly successfully, but I now get "Connection to Service failed" and "Invalid crendtials" when I'm trying to log in. I'm using nginx through Ajenti-V. Any help would be greatly appriciated. nginx config > server { > listen *:80; > > ``` > server_name note.loif.no; > > access_log /var/log/nginx/opennote.access.log; > error_log /var/log/nginx/opennote.error.log; > > root /srv/OpenNote; > index index.html index.htm index.php; > > > > > > location ~ [^/]\.php(/|$) { > > > > fastcgi_index index.php; > include fcgi.conf; > fastcgi_pass unix:/var/run/ajenti-v-php-fcgi-opennote-php-fcgi-0.sock; > fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; > > } > ``` > > }
kerem closed this issue 2026-02-26 01:35:14 +03:00
Author
Owner

@JLiscom commented on GitHub (May 8, 2016):

@loifarn can you see the webapp at all?
Webapp should be visible even if API is broken.

<!-- gh-comment-id:217702487 --> @JLiscom commented on GitHub (May 8, 2016): @loifarn can you see the webapp at all? Webapp should be visible even if API is broken.
Author
Owner

@JLiscom commented on GitHub (May 31, 2016):

Never responded. Closing

<!-- gh-comment-id:222579122 --> @JLiscom commented on GitHub (May 31, 2016): Never responded. Closing
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OpenNote-JLiscom#130
No description provided.