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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Hi! Thank you for making this docker image - really appreciate it. I ran in to an issue when running a GET/POST on the action/lookup endpoint. When using the endpoint to confirm that a url_ending has been used, it works perfectly if the ending DOES exist in the database, however, if the link DOES NOT exist, then I receive a 500 error instead of a 404 Link does not exist as mentioned in the Polr source code here
I ran this test on the official demo site Polr has: demo.polr.me and this same API call returns a 404 (which is what I expect). Which leads me to believe it's an issue in this image, so I was wondering if anyone else had this problem?
I deployed on DigitalOcean with the following configuration setup using mysql in another container on same host:
Hi @uncvrd, this probably needs to be reported in the application repository -> cydrobolt/polr. This repository is just building a docker image with the application artifact.
Hi! Thank you for making this docker image - really appreciate it. I ran in to an issue when running a
GET/POST
on theaction/lookup
endpoint. When using the endpoint to confirm that aurl_ending
has been used, it works perfectly if the ending DOES exist in the database, however, if the link DOES NOT exist, then I receive a 500 error instead of a404 Link does not exist
as mentioned in the Polr source code hereI ran this test on the official demo site Polr has:
demo.polr.me
and this same API call returns a 404 (which is what I expect). Which leads me to believe it's an issue in this image, so I was wondering if anyone else had this problem?I deployed on DigitalOcean with the following configuration setup using
mysql
in another container on same host:Here's the GET error I receive:
This 500 returns HTML and says:
Whoops, looks like something went wrong.
No other help message unfortunately.Can anyone else replicate?
The text was updated successfully, but these errors were encountered: