Hello, currently XenForo only provides a correct ContentType header / Mime type for image attachments and all other attachments are provided with application/octet-stream content type header which unfortunately forces all other atachments to download. So simple attachments like plain text files...
On a related note, I guess the problem was that the origin did not match the Board URL. Can you please make the origin check case-insensitive? DNS is case insensitive, so it makes no sense to be that strict.
We had a Board URL setting like forums.SomeURL.tld and it was failing because it wanted...
Hello, can you please make the origin check case-insensitive?
We had a Board URL setting like forums.SomeURL.tld and it was failing because it wanted it to be forums.someurl.tld
Hi, I tried to create a passkey after the upgrade to X2.3.3 and got the following error:
ErrorException: Passkey registration failed: invalid rpId hash
src/XF/Error.php:82
Generated by: user
Oct 29, 2024 at 1:22 AM
Stack trace
#0 src/XF.php(266): XF\Error->logError('Passkey registr...'...
When you log in to the admin, there is "XenForo 2.2.12 is now available." message on the top with an Upgrade now button. Would be nice to add info about what version we are currently running like "XenForo 2.2.12 is now available. You are currently running 2.2.11." Also the same message appears...
Hello, it appears the XF feed parser has issues with entries that do not include title tags:
https://validator.w3.org/feed/docs/rss2.html#hrelementsOfLtitemgt documents that either title or description must be present. The problematic entries have description though. Here is the error that is...