-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"View in Browser" triggers log in popup #1526
Comments
Can you use the browser network inspector tab to see which particular request is triggering this on the e-mail page? |
I had the same issue a while back and it was tied to the images: #540 (comment) |
This shouldn't happen! The pixel URL is generated using the Root URL set in Settings. It should look like |
Perhaps it shouldn't, but it also seems that when you click view in browser while already in a view in browser window, you also get the same path duplication. Perhaps these are related somehow? To confirm, I don't think we're having any open tracking issues, just some weird behaviour with View in Browser |
Sorry, just got a chance to investigate this. Unable to reproduce either cases.
|
I'll review this again next week to see if we're still having problems! |
So, I just reviewed this with a test send and both issues are still present for logged-out users.
How should I go about troubleshooting this further? |
There's a 404 that's being triggered somewhere in your setup, which defaults to the login popup. This has been fixed here 53eb71a. Any 404s will now render an explicit 404 page instead of the auth popup. That should help debug. This will be available in the upcoming release shortly. |
Awesome, thanks! |
Version:
Description of the bug and steps to reproduce:
When users click "View in Browser" at the bottom of an email send, this loads a copy of the email and triggers the admin login popup. I don't recall this issue in a previous version (but I haven't tested it extensively in the past). The content loads fine, but end users should not see any option to log in.
I don't see any options in the admin settings that would be related to this.
The text was updated successfully, but these errors were encountered: