Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.

Home Page:https://packagist.org/packages/protoqol/prequel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Demo displays an 404 error

winfried-van-loon opened this issue · comments

Describe the bug
The demo listed in the readme goes to a website which displays an error (404 not found).

To Reproduce
Steps to reproduce the behavior:

  1. Go to the readme of the GitHub project
  2. Click on the TL;DR? Test Prequel here! link
  3. The website https://prequel.protoqol.xyz/prequel opens
  4. See error

Expected behavior
I would have expected to see the demo of Prequel on the website.

Screenshots

Screenshot 2020-07-08 at 15 06 23

The link in the readme file.


Screenshot 2020-07-08 at 15 05 49

The website when visited.

PHP Version

  • Unknown and not relevant which PHP version the website is running, however it seems to be served by Apache2:
➜ curl -I https://prequel.protoqol.xyz/prequel
HTTP/2 404
date: Wed, 08 Jul 2020 13:08:09 GMT
server: Apache/2
content-type: text/html; charset=iso-8859-1

Database type

  • Unknown and not relevant

Desktop (please complete the following information):

  • Browser: Google Chrome
  • Version 83.0.4103.116 (Official Build) (64-bit)

Smartphone (please complete the following information):

  • I haven't tested this on a smartphone.

Additional context
Line to the code: https://github.com/Protoqol/Prequel/blob/master/.github/README.md#L30

If you try to access the the link without the "/prequel" the following message is displayed

"This account has been suspended.
Either the domain has been overused, or the reseller ran out of resources."

Oops... Didn’t pay on time, thanks for noticing! Will be fixed ASAP

@AthosBenther fixed, you can now view it in action again!