full URLs don't work #4
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/cosmos-explorer#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://explorer.laconic.com is deployed as a webapp. when clicking around, the user arrives at correct pages with correct URLs, but on refresh, or if going to a unique URL other than the root URL, the page is blank
Hi @zramsay
It appears that as per the app serving script, the explorer app is not being served as a "single page app", resulting in the
--proxyflag not getting passed.I have confirmed the same from the container logs:
To fix this, the explorer can be redeployed with the flag
CERC_SINGLE_PAGE_APP=true; I have tested this with a test deployment at https://deploy-frontend-554df9d2ba.apps.vaasl.ioI used the same application record that https://explorer.laconic.com was deployed with, here's the deployment request for reference:
Record id:
bafyreihpktbpkei5o5iexgfvldt3lppl6gtxxbbmvrhgbjpmxfl7g3lbtmI will remove the test deployment once explorer deployment is fixed.
redeployed with the fix, it works, thank you!