eldk
September 24, 2024, 7:08pm
1
Hello,
what’s about Brave’s creators contribution pages builder.
It’s still broken. Cant load a picture (logo or background) at all now (using Brave).
I don’t understand at all why it is keeped in a such unusable and non “pretty” state ?
It’s what visitors see from Brave browser and creator’s relationship. Important ? no ?
First cited here : Brave creators : contributions page building seems to be KO
Thanks,
Eric
Evan123
September 24, 2024, 10:58pm
2
Hello - When was the last time you logged into https://publishers.basicattentiontoken.org/
Thanks!
Saoiray
September 24, 2024, 11:19pm
3
@Evan123 I’m not sure if I’m understanding their issue exactly, but I am realizing that there’s an issue when we go to try to change any of the images. Video of that experience is below:
Oh, and also have to say have seen the below a couple times while doing stuff. Not sure what it’s all about. I closed out when I should have kept it open and referred to the console.
Evan123
September 25, 2024, 3:06pm
4
Thanks guys! We’ve found the problem and the team is working to resolve. Sorry for the trouble.
3 Likes
eldk
October 3, 2024, 10:56pm
5
Many thanks to you and the team.
Should I help ?
Just done some tryes, its the PATCH REST Api call for the picture that seems to send good datas : cover: "data:image/jpeg;base64,/9j/the64bitencodedchain"
.
xhr on https://publishers.basicattentiontoken.org/api/nextv1/contribution_page/the_id
That dont fail and got a valid json response :
{
"id": "the_id",
"details_type": "SiteChannelDetails",
"public_identifier": "public_id",
"details": {
"url": "https://domain.tld",
"publication_title": "domain.tld"
},
"site_banner": {
"read_only_react_property": {
"title": "thewebpagetitle",
"description": "Vous utilisez le navigateur Brave. blabla, merci.",
"backgroundUrl": "https://rewards.brave.com/replaced_chain",
"logoUrl": "https://rewards.brave.com/other_replaced_chain",
"socialLinks": {}
}
}
}
https://rewards.brave.com/replaced_chain
respond with a jpg.padded file that has the same weight as uploaded picture, but seems to be non jpeg encoded :
Thanks,
Eric
eldk
October 5, 2024, 12:01pm
7
While it returns a .jpg.padded “file” when uploading one jpeg file. Nothing is returned at all when using a .png file.
eldk
October 12, 2024, 12:10pm
8
The tipping “window” for own Brave Brave creator account is OK :
logo : ok
header banner picture : ok
But, I don’t know if it’s for all of them : Brave creators tipping “window”/page is still broken :
logo : KO
header banner picture : KO
Is there a follow up opened ticket in Brave browser issues : https://github.com/brave/brave-browser/issues ?
Thanks