MystenLabs / walrus-sites

Walrus Sites: Decentralized Websites using Sui and Walrus.
https://docs.walrus.site/walrus-sites/intro.html
Apache License 2.0
17 stars 16 forks source link

[Bug]: Unable to fetch site resource #129

Closed Tzal3x closed 1 month ago

Tzal3x commented 1 month ago

What happened?

While trying to access https://xxx.walrus.site/, instead of being prompted to an error page like 404 site not found or something similar, I get a message saying unable to fetch site resource this: image

Search terms

issues?q=is%3Aissue+is%3Aopen+unable+to+fetch

Steps to reproduce

Try to access https://xxx.walrus.site/

Deviation steps

No response

Relevant log output

From the browser console
----------------------------
name:  xxx 0xc575a9217439312adc37d2cd731b6cf5e95c1b84a16dc05621441afb400f9178
webpack:///../common/lib/suins.ts?:17 resolved suins name:  xxx 0xc575a9217439312adc37d2cd731b6cf5e95c1b84a16dc05621441afb400f9178
webpack:///./src/walrus-sites-sw.ts?:100 Object ID:  0xc575a9217439312adc37d2cd731b6cf5e95c1b84a16dc05621441afb400f9178
webpack:///./src/walrus-sites-sw.ts?:100 Object ID:  0xc575a9217439312adc37d2cd731b6cf5e95c1b84a16dc05621441afb400f9178
webpack:///./src/walrus-sites-sw.ts?:101 Base36 version of the object ID:  4x680erbre3ishm4r0jsielfxi0i1nxz8vdmxwcbhmsvv295dk
webpack:///./src/walrus-sites-sw.ts?:101 Base36 version of the object ID:  4x680erbre3ishm4r0jsielfxi0i1nxz8vdmxwcbhmsvv295dk

{
    "code": "dynamicFieldNotFound",
    "parent_object_id": "0xc575a9217439312adc37d2cd731b6cf5e95c1b84a16dc05621441afb400f9178"
}

Version

If applicable, what browsers are you seeing the problem on?

Chrome

Code of Conduct