You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I love the idea of quill and have it working 90% of the way.
I cloned this repo and I'm serving public/ successfully. I have a quill mysql database set up and it seems to authenticate successfully because I can see the users table being populated.
Really the only difference is I added the authentication links and <link rel="micropub" href="https://mysite.com/micropub"> to my site's header (layout.php). My hunch is the micropub route is incorrect? My site authenticates successfully through indieauth.com & github, but when I try posting I get the following response:
Server: nginx/1.14.0 (Ubuntu)
Date: Thu, 30 Jul 2020 02:05:24 GMT
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: quill=03ea8s3db0suk71vsdsmaj7liu; expires=Sat, 29-Aug-2020 02:05:24 GMT; Max-Age=2592000; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
<html><head><title>404 Page Not Found</title><style>body{margin:0;padding:30px;font:12px/1.5 Helvetica,Arial,Verdana,sans-serif;}h1{margin:0;font-size:48px;font-weight:normal;line-height:48px;}strong{display:inline-block;width:65px;}</style></head><body><h1>404 Page Not Found</h1><p>The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.</p><a href="/">Visit the Home Page</a></body></html>```
The text was updated successfully, but these errors were encountered:
Hello, I love the idea of quill and have it working 90% of the way.
I cloned this repo and I'm serving
public/
successfully. I have aquill
mysql database set up and it seems to authenticate successfully because I can see theusers
table being populated.Really the only difference is I added the authentication links and
<link rel="micropub" href="https://mysite.com/micropub">
to my site's header (layout.php). My hunch is the micropub route is incorrect? My site authenticates successfully through indieauth.com & github, but when I try posting I get the following response:The text was updated successfully, but these errors were encountered: