404 not found for a new TX #13

Closed
opened 2 years ago by onryo · 3 comments
onryo commented 2 years ago
Collaborator

When someone sends Hush it can right click to view the TX and also go directly to explorer.hush.is/tx/$TX (currently explorer.hush.is is a default explorer), would be useful to see "Please refresh the page later" custom 404 page when Explorer regenerates the new data/until TX is in a mined block.

image

When someone sends Hush it can right click to view the TX and also go directly to `explorer.hush.is/tx/$TX` (currently explorer.hush.is is a default explorer), would be useful to see "Please refresh the page later" custom 404 page when Explorer regenerates the new data/until TX is in a mined block. ![image](/attachments/40fad005-18ee-4a3f-80a2-fc449b3993c1)
9.9 KiB
onryo self-assigned this 2 years ago
Owner

@onryo I agree. We should have a custom 404 page that auto-refreshes, so the user does not need to do anything. Just leave the page open and it will refresh until the tx appears

@onryo I agree. We should have a custom 404 page that auto-refreshes, so the user does not need to do anything. Just leave the page open and it will refresh until the tx appears
Owner

Latest siona dev branch fixes this. If you put in a URL of a block that doesn't yet exist, it will refresh every 2 minutes until it does, then the correct page is shown. This nginx config is required

        error_page 404 /404.html;
        location = /404.html {
            internal;
        }
Latest siona dev branch fixes this. If you put in a URL of a block that doesn't yet exist, it will refresh every 2 minutes until it does, then the correct page is shown. This nginx config is required ``` error_page 404 /404.html; location = /404.html { internal; } ```
Poster
Collaborator

Done on my side with just a text message.

image

Closing.

Done on my side with just a text message. ![image](/attachments/b2a6e27b-44ba-482b-a087-e9874dc4d243) Closing.
onryo closed this issue 2 years ago
onryo referenced this issue from a commit 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.