polr icon indicating copy to clipboard operation
polr copied to clipboard

:aerial_tramway: A modern, powerful, and robust URL shortener

Results 114 polr issues
Sort by recently updated
recently updated
newest added

I created my site on https://t-rf.com and everything running works until I log in as admin. It's randomly either user_links_table or admin_links_table is giving issue. But most of the time...

needs more info

I see in [LinkController.php](https://github.com/cydrobolt/polr/blob/master/app/Http/Controllers/LinkController.php#L102) that it appears that redirects are hard-coded to be 301 redirects. This means that browsers should cache the redirect after they hit it for the first...

Polr 2.x suffers from some performance issues under high load. We can significantly improve performance and reduce bottlenecking by implementing a queue (e.g redis, rabbitmq) for analytics data collection on...

blocker
P1

I can't get nginx to cache GET requests to the API for some reason. Here's my conf: ``` fastcgi_cache_path /var/www/sites/mysite/cache levels=1:2 keys_zone=MYCACHE:100m inactive=60m; fastcgi_cache_key "$scheme$request_method$host$request_uri"; upstream php { server unix:/var/run/php/php7.3-fpm.sock;...

I can able to get polr sign in page and when I'm signed into it I could able to see developer/admin section from list. Can you please help me out...

## Expected Behavior Installation instructions should be complete and accurate ## Current Behavior https://docs.polrproject.org/en/latest/user-guide/installation/ states: "Copy the .env.setup file to .env in your website's root directory." However https://github.com/cydrobolt/polr/issues/412 states: "You...

## Expected Behavior I'm trying to use polr on my own server to create a static URL that points to a dynamic one that changes all the time. For that...

## Expected Behavior I can't use this program in the secondary directory, Error 404. In addition, I found that many resources referenced in the program use absolute directory, which leads...

Hi everyone ! Is it possible to update and/or delete a shorten link via API? There is nothing about deleting or updating in the documentation... Thanks, Simon

enhancement

I can't access the "example.com/setup" page on the web, despite having followed the installation instructions at: https://docs.polrproject.org/en/latest/user-guide/installation/, as far as I know. Since I'm new to all this, I don't...

question