-
Everything was working fine, but now, if I try to add a URL, it just hangs (with spinner gif) and I see a network call to I tried an API call, like But if I just do
... so something is listening. (Adding |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We're not going to be able to tell you much without logs. There should be a PHP error log on your system, unless your hosting provider has disabled it for some reason. Hanging on the spinning icon when shortening a new link is one of the most frequent issues, and has a dedicated troubleshooting section in YOURLS' documentation: https://yourls.org/docs/guide/troubleshooting/frequent-issues#endless-spinning-icon |
Beta Was this translation helpful? Give feedback.
Do you have
$yourls_reserved_URL
defined in yourconfig.php
? The stack trace you were able to post points to that variable being NULL, as if it is never defined in your config file.Minimal code example that throws the same error:
Interactive demo