Where?
https://everything.dev/?page=discover
What?
- When browsing Things, the "View" link loads
https://everything.dev/every.near/widget/every.thing.view?path={$PATH}, which renders a 404 error.
- When browsing Types, the "View" link loads
https://everything.dev/bos.dapplets.near/widget/ContextActionsGroup, which renders a blank page.
Suggestion
Replace both broken widgets being loaded with a fork of https://near.org/mob.near/widget/Explorer and pass in the default path via props from efiz.near/widget/every.thing.edit
return (
<Widget
src={"efiz.near/widget/creator"}
props={{
data: thing.data,
type: type,
template: thing.template?.src,
thingId: parts[2],
}}
/>
);
Where?
https://everything.dev/?page=discover
What?
https://everything.dev/every.near/widget/every.thing.view?path={$PATH}, which renders a 404 error.https://everything.dev/bos.dapplets.near/widget/ContextActionsGroup, which renders a blank page.Suggestion
Replace both broken widgets being loaded with a fork of
https://near.org/mob.near/widget/Explorerand pass in the default path via props fromefiz.near/widget/every.thing.edit