YOURLS helm chart installation - shortened urls returns 403 forbidden #3722
-
i've deployed YOURLS into my cluster using the official helm chart and installed it through admin/install.php endpoint. after creating my first shortened url and clicked on it i got redirected to the root page (yourl.xxx.xx/) with 403 error. my values file:
error i get on the server when trying to visit the shortened url:
i have just started using YOURLS so if there was a specific nginx ingress configuration i need to do please direct me to where i should look. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It is normal to get a 403 error when visiting the root path of your installation |
Beta Was this translation helpful? Give feedback.
Then it might (should?) be the ingress controller doing the redirection.
Analyzing the HTTP headers of the redirection could help to diagnostic what is answering.