netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

[templates-crm] internal server error when first running deno task start after forking template #71

Closed gabrielromk closed 10 months ago

gabrielromk commented 10 months ago

Error related to a cycle detection in the route handling or page rendering process. The error is originating from the @preact/signals-core module and seems to be related to the handling of signals within your application.

%cAn error occurred during route handling or page rendering. Error: Cycle detected at v (https://esm.sh/v135/@preact/signals-core@1.5.0/X-ZS8q/denonext/signals-core.mjs:2:20) at c.S (https://esm.sh/v135/@preact/signals-core@1.5.0/X-ZS8q/denonext/signals-core.mjs:2:3857) at _ (https://esm.sh/v131/@preact/signals@1.2.1/X-ZS8q/denonext/signals.mjs:2:414) at https://esm.sh/v131/@preact/signals@1.2.1/X-ZS8q/denonext/signals.mjs:2:1320 at options.__r (https://deno.land/x/fresh@1.6.1/src/server/rendering/preact_hooks.ts:445:3) at https://esm.sh/v135/@preact/signals@1.2.1/X-ZS8q/denonext/signals.mjs:2:1325 at a.__r (https://esm.sh/stable/preact@10.19.2/denonext/debug.js:9:335) at a.__r (https://esm.sh/stable/preact@10.19.2/denonext/debug.js:30:98) at m (https://esm.sh/v135/preact-render-to-string@6.3.1/X-ZS8q/denonext/preact-render-to-string.mjs:2:3228) at j (https://esm.sh/v135/preact-render-to-string@6.3.1/X-ZS8q/denonext/preact-render-to-string.mjs:2:1742)

gabrielromk commented 10 months ago

new version available @preact/signals-core@1.5.1

miguelrk commented 10 months ago

Couldn't reporoduce this. Feel free to reopen if you come across this again. For new users, try running deno upgrade as well as netzo upgrade in case you stumble with this in the future.