Problem with updation of Stream

I have been updating the content on stream with streamId -kjzl6cwe1jw149cd4x54b27ujfiqu3k7z7wj3zvq6l5lprmhgjsluncg25nuvii using .update() method to update stream

You can see it here:
https://cerscan.com/mainnet/stream/kjzl6cwe1jw149cd4x54b27ujfiqu3k7z7wj3zvq6l5lprmhgjsluncg25nuvii

the problem is its not been updating on the url above.

but when i am trying to load it through the application and log it… it is giving the updated json which is attached below… so my concern is why it is not been updated on the website

[
{
“badges”:[
{
“provider”:“testing server”,
“badgePhoto”:“”,
“credential”:{
“type”:[
“VerifiableCredential”
],
“proof”:{
“jws”:“eyJiYWRnZXMiOlt7ImJhZGdlUGhvdG8iOiIiLCJjcmVkZW50aWFsIjp7IkBjb250ZXh0IjpbImh0dHBzOi8vd3d3LnczLm9yZy8yMDE4L2NyZWRlbnRpYWxzL3YxIl0sImNyZWRlbnRpYWxTdWJqZWN0Ijp7IkBjb250ZXh0IjpbeyJoYXNoIjoiaHR0cHM6Ly9zY2hlbWEub3JnL1RleHQiLCJwcm92aWRlciI6Imh0dHBzOi8vc2NoZW1hLm9yZy9UZXh0In1dLCJDbGFuIjoiIiwiYm91bnR5IjoiIiwicHJvamVjdCI6InRlc3QvIGEiLCJza2lsbCI6W10sInRhc2siOiJ0ZXN0LyAiLCJ0aW1lU3BlbnQiOiIifSwiaXNzdWFuY2VEYXRlIjoiMjAyMy0wNS0yMlQxODoxNjo1OS4zODBaIiwiaXNzdWVyIjoiU2FtdWRhaSIsInByb29mIjp7ImNyZWF0ZWQiOiIyMDIzLTA1LTIyVDE4OjE2OjU5LjM4MFoiLCJqd3MiOiIiLCJwcm9vZlB1cnBvc2UiOiJhc3NlcnRpb25NZXRob2QifSwidHlwZSI6WyJWZXJpZmlhYmxlQ3JlZGVudGlhbCJdfSwicHJvdmlkZXIiOiJ0ZXN0aW5nIHNlcnZlciJ9XSwiaXNzdWFuY2VEYXRlIjoiMjAyMy0wNS0yMlQxODoxNjo1OS4zODBaIn0”,
“created”:“2023-05-22T18:16:59.380Z”,
“proofPurpose”:“assertionMethod”
},
“issuer”:“Samudai”,
@context”:[
https://www.w3.org/2018/credentials/v1
],
“issuanceDate”:“2023-05-22T18:16:59.380Z”,
“credentialSubject”:{
“Clan”:“”,
“task”:"test/ ",
“skill”:[

              ],
              "bounty":"",
              "project":"test/ a",
              "@context":[
                 {
                    "hash":"https://schema.org/Text",
                    "provider":"https://schema.org/Text"
                 }
              ],
              "timeSpent":""
           }
        }
     }
  ],
  "issuanceDate":"2023-05-22T18:16:59.380Z"

},
{
“badges”:[
{
“provider”:“testing server”,
“badgePhoto”:“”,
“credential”:{
“type”:[
“VerifiableCredential”
],
“proof”:{
“jws”:“eyJiYWRnZXMiOlt7ImJhZGdlUGhvdG8iOiIiLCJjcmVkZW50aWFsIjp7IkBjb250ZXh0IjpbImh0dHBzOi8vd3d3LnczLm9yZy8yMDE4L2NyZWRlbnRpYWxzL3YxIl0sImNyZWRlbnRpYWxTdWJqZWN0Ijp7IkBjb250ZXh0IjpbeyJoYXNoIjoiaHR0cHM6Ly9zY2hlbWEub3JnL1RleHQiLCJwcm92aWRlciI6Imh0dHBzOi8vc2NoZW1hLm9yZy9UZXh0In1dLCJDbGFuIjoiIiwiYm91bnR5IjoiIiwicHJvamVjdCI6InRlc3QvIGEiLCJza2lsbCI6W10sInRhc2siOiJ0ZXN0IDIvICIsInRpbWVTcGVudCI6IiJ9LCJpc3N1YW5jZURhdGUiOiIyMDIzLTA1LTIyVDE4OjI2OjAxLjI4NFoiLCJpc3N1ZXIiOiJTYW11ZGFpIiwicHJvb2YiOnsiY3JlYXRlZCI6IjIwMjMtMDUtMjJUMTg6MjY6MDEuMjg0WiIsImp3cyI6IiIsInByb29mUHVycG9zZSI6ImFzc2VydGlvbk1ldGhvZCJ9LCJ0eXBlIjpbIlZlcmlmaWFibGVDcmVkZW50aWFsIl19LCJwcm92aWRlciI6InRlc3Rpbmcgc2VydmVyIn1dLCJpc3N1YW5jZURhdGUiOiIyMDIzLTA1LTIyVDE4OjI2OjAxLjI4NFoifQ”,
“created”:“2023-05-22T18:26:01.284Z”,
“proofPurpose”:“assertionMethod”
},
“issuer”:“Samudai”,
@context”:[
https://www.w3.org/2018/credentials/v1
],
“issuanceDate”:“2023-05-22T18:26:01.284Z”,
“credentialSubject”:{
“Clan”:“”,
“task”:"test 2/ ",
“skill”:[

              ],
              "bounty":"",
              "project":"test/ a",
              "@context":[
                 {
                    "hash":"https://schema.org/Text",
                    "provider":"https://schema.org/Text"
                 }
              ],
              "timeSpent":""
           }
        }
     }
  ],
  "issuanceDate":"2023-05-22T18:26:01.284Z"

}
]

1 Like

Cerscan indexing has been disabled for a while now, see the note at the top of the page you sent: Automatic indexing of the whole Ceramic network has been paused.

1 Like

@spencer So where can we access those updations now, untill the indexing is paused and one another question how can i make my document considered as a verifiable credential as it is currently being not

1 Like

You can run your own Ceramic node to access your streams. There’s also https://s3.xyz which is another project from the community for indexing and viewing streams

1 Like

I don’t really understand the question about verifiable credentials. Can you give more information on what you’re trying to do and what problem you are encountering?

1 Like