freenet-core icon indicating copy to clipboard operation
freenet-core copied to clipboard

regression: page not shown anymore

Open gogo2464 opened this issue 1 year ago • 4 comments

2024-07-30T09:13:21.058000Z INFO freenet::server: HTTP gateway listening on 127.0.0.1:50509 2024-07-30T09:15:19.156128Z DEBUG freenet::client_events::websocket: establishing connection with encoding protocol: native, authenticated: false 2024-07-30T09:15:19.221410Z ERROR freenet::client_events::websocket: WebSocket protocol error: Connection reset without closing handshake 2024-07-30T09:17:21.028697Z DEBUG freenet::client_events::websocket: establishing connection with encoding protocol: native, authenticated: false 2024-07-30T09:17:21.029198Z ERROR freenet::client_events::websocket: WebSocket protocol error: Connection reset without closing handshake

make build fdev publish --code build/freenet/freenet_microblogging_web contract --state build/freenet/contract-state Putting contract HEm1zGXVx9zzGK48yLXAy6WajXQyVp4qyXXWwxGfQyBd

But when visiting:

http://localhost:50509/contract/web/HEm1zGXVx9zzGK48yLXAy6WajXQyVp4qyXXWwxGfQyBd/

I got a blank page!!!

Do you know a way to come back to a stable version of freenet with full localhost feature please?

And then can we fix the bug please?

gogo2464 avatar Jul 30 '24 09:07 gogo2464

@iduartgomez @netsirius Would you mind taking a look at this? Is it related to recent work on transport?

sanity avatar Jul 30 '24 14:07 sanity

thank you!

gogo2464 avatar Jul 30 '24 15:07 gogo2464

the commit: e8da17a314cf1c472cebce6486e0db6ace6ee8ca

works if with remove the as_ref().

gogo2464 avatar Aug 17 '24 17:08 gogo2464

the commit:

8ef468f511c8edc784999778553587b483cfdeb6

works!!

but it is a very old commit!

gogo2464 avatar Aug 17 '24 19:08 gogo2464

Probably not relevant anymore.

iduartgomez avatar Sep 06 '25 09:09 iduartgomez