mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Maximum number of redirects exceeded #3603
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3603
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangyingjieiloveyou on GitHub (Sep 12, 2024).
⚠️ Please verify that this question has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
The page is redirected, the request status is 302, the browser accesses the page is normal, how to configure this? Please give me some advice, thank you!
📝 Error Message(s) or Log
WARN: Monitor #11 'web': Pending: Maximum number of redirects exceeded | Max retries: 3 | Retry: 1 | Retry Interval: 60 seconds | Type: http
🐻 Uptime-Kuma Version
1.23
💻 Operating System and Arch
CentOS Linux release 7.9.2009 (Core)
🌐 Browser
Google chrome 128.0.6613.120
🖥️ Deployment Environment
@CommanderStorm commented on GitHub (Sep 13, 2024):
How many redirects does said page take?
@zhangyingjieiloveyou commented on GitHub (Sep 13, 2024):
I do not know the maximum number of redirects set by the page, but I have set the maximum number of redirects to 10000, and the effective status code has also added 302, or abnormal, do not know how to monitor the status of this redirected page, actually go to the browser to visit the web site is normal.
@CommanderStorm commented on GitHub (Sep 14, 2024):
Lets ask the question a bit differently:
If you visit said page in the browser, how are you redirected?
If you do this via curl, how are you redicected?
I suspect that this is a difference in how your webpage reacts to a client which can execute js and one which cannot. What do you think about said hypothesis?
Can you share the url?
@CommanderStorm commented on GitHub (Sep 14, 2024):
Yes, that is an infinite cylcle. Uptime kuma is allerting to a real issue