You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Unauthorized' error when trying to connect to Mastodon instance with Authorized Fetch enabled.
Expected result
FiveM authorizes with Mastodon via API
Reproduction steps
Set up FiveM server
Set up Mastodon account on instance with Authorized Fetch enabled (for example mas.to)
Enable connection to Mastodon in FiveM config
Received Unauthorised error when trying to connect to feed
Importancy
Slight inconvenience
Area(s)
FiveM, RedM
Specific version(s)
Current
Additional information
I'm the admin of a large Mastodon instance. We have a signifant number of FiveM users creating accounts on our instance so they can create a feed to their FiveM server.
As our instance has Authorized Fetch enabled, these users will get 'Unauthorised' errors in FiveM when they try to connect to the feed. This leads users to think their account has been limited in some way, when actually it is in good standing but their FiveM calls are being rejected due to the lack of any authorization details.
More details about Authorized Fetch here and here.
Would it be possible to update ActiveActivityPubFeed.ts so it provides the required authentication details to work with Authorized Fetch? It should be a minor change but will make life better for a lot of confused FiveM users!
The text was updated successfully, but these errors were encountered:
What happened?
'Unauthorized' error when trying to connect to Mastodon instance with Authorized Fetch enabled.
Expected result
FiveM authorizes with Mastodon via API
Reproduction steps
Importancy
Slight inconvenience
Area(s)
FiveM, RedM
Specific version(s)
Current
Additional information
I'm the admin of a large Mastodon instance. We have a signifant number of FiveM users creating accounts on our instance so they can create a feed to their FiveM server.
As our instance has Authorized Fetch enabled, these users will get 'Unauthorised' errors in FiveM when they try to connect to the feed. This leads users to think their account has been limited in some way, when actually it is in good standing but their FiveM calls are being rejected due to the lack of any authorization details.
Here's an example of a user having this issue.
More details about Authorized Fetch here and here.
Would it be possible to update ActiveActivityPubFeed.ts so it provides the required authentication details to work with Authorized Fetch? It should be a minor change but will make life better for a lot of confused FiveM users!
The text was updated successfully, but these errors were encountered: