brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
446 stars 12 forks source link

Windows errors #538

Open adriablancafort opened 1 month ago

adriablancafort commented 1 month ago

Describe the bug The Server Counter in the Brisa demo is not interactive in dev mode in Windows.

To Reproduce Install brisa demo with latest version of bun (1.1.30) in Windows 11. Run bun dev.

Expected behavior The counter should change its value.

aralroca commented 1 month ago

Things to verify:

aralroca commented 1 month ago

I guess is a problem of the constants and then is not localizing well the files: rpc and client code

gariasf commented 1 month ago

I think I was getting similar issues the other day. I ignored it, thinking it might have to do with bun stuff. @aralroca does it help if I attach some logs or videos here? If so, I will do it once I get hands on my PC tomorrow.

aralroca commented 1 month ago

If there are errors in the terminal it would be fine. If there are not, the best thing to do would be to debug the values of the constants I mentioned above. You can use a symlink to use Brisa locally.

aralroca commented 1 month ago

we did some improvements in 0.1.2-canary.2, can you check it?

gariasf commented 1 month ago

I tried editing index.tsx on the www package. I got this:

bash logs ```sh $ brisa dev Warning: Your current Bun version is not supported by the current version of Brisa, but you can still use older versions from Brisa. Please upgrade Bun to 1.1.30 or later to use latest version of Brisa. You can upgrade Bun by running: iex "& {$(irm https://bun.sh/install.ps1)} -Version 1.1.30" After upgrading, you can run Brisa again [ info ] 🚀 Brisa 0.1.2-canary.2: Running on Bun.js 1.1.29 [ wait ] starting the development server... [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ info ] ✓ Compiled successfully! [ info ] compiled successfully in 3597.21ms. [ info ] hot reloading enabled [ info ] listening on http://localhost:3000 [ wait ] recompiling pages\index.tsx... [ wait ] recompiling pages\index.tsx... [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ ready ] hot reloaded successfully in 4089.33ms [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ error ] Ops! Error: [ error ] -------------------------- [ error ] ENOENT reading "J:\brisa\packages\www\build\css-files.js" [ error ] [ error ] -------------------------- [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:12:39) [ ready ] hot reloaded successfully in 4413.04ms [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:12:39) ```

I will update bun and try again.

gariasf commented 1 month ago

Updated bun, still get a similar error:

bash logs ```sh $ brisa dev [ info ] 🚀 Brisa 0.1.2-canary.2: Running on Bun.js 1.1.30 [ wait ] starting the development server... [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ info ] ✓ Compiled successfully! [ info ] compiled successfully in 3636.68ms. [ info ] hot reloading enabled [ info ] listening on http://localhost:3000 [ wait ] recompiling pages\index.tsx... [ wait ] recompiling pages\index.tsx... [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ ready ] hot reloaded successfully in 4021.74ms [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\custom-counter.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\md-tabs.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\menu-btn.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ warn ] Ops! Warning: [ warn ] -------------------------- [ warn ] Actions are not supported with the "output": "static" option. [ warn ] [ warn ] The warn arises in: J:\brisa\packages\www\src\web-components\change-theme.tsx [ warn ] [ warn ] This limitation is due to the requirement of a server infrastructure for the proper functioning [ warn ] of server actions. [ warn ] [ warn ] To resolve this, ensure that the "output" option is set to "bun" or "node" when using server actions. [ warn ] [ warn ] Feel free to reach out if you have any further questions or encounter challenges during this process. [ warn ] [ warn ] Documentation: https://brisa.build/building-your-application/data-management/server-actions#server-actions [ warn ] -------------------------- [ error ] Ops! Error: [ error ] -------------------------- [ error ] ENOENT reading "J:\brisa\packages\www\build\css-files.js" [ error ] [ error ] -------------------------- [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) at spawnSync (native) at spawnSync (node:child_process:178:19) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:976) at n (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:884) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:13:1404) at processTicksAndRejections (:7:39) [ ready ] hot reloaded successfully in 4108.51ms [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'search-engine-wc' web component with props {"ssr-selector":"search-engine-wc","jsonUrl":"/content.json"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'menu-btn' web component with props {"ssr-selector":"menu-btn","selector":"#nav-list","children":[[null,{},null],[null,{},null]]} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) [ error ] Ops! Error: [ error ] -------------------------- [ error ] Error in SSR on 'change-theme' web component with props {"ssr-selector":"change-theme"} [ error ] h is not a function. (In 'h()', 'h' is undefined) [ error ] -------------------------- [ error ] Documentation about SSR: https://brisa.build/building-your-application/components-details/web-components.html#server-side-rendering [ error ] TypeError: h is not a function. (In 'h()', 'h' is undefined) at (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26964) at Ii (J:\brisa\packages\www\node_modules\brisa\server\index.js:11:26791) at (J:\brisa\packages\www\node_modules\brisa\out\cli\serve\index.js:11:45619) at processTicksAndRejections (:7:39) ```

image

gariasf commented 1 month ago

On a brand-new app, it seems like after the first hot reload, the styles break, and any client component stops working. The server component renders but isn't working. The only way to fix it is to kill the server and start it again.

image

aralroca commented 1 month ago

Ok, it looks like there are different issues in Windows:

To run bun run www:dev, have you @gariasf first compiled the latest version of Brisa? The README steps. Thanks!

aralroca commented 1 month ago

@gariasf It looks like there is an error with Bun workspaces and Windows, changing this dependency in package.json solves all these hosting problems and this Bun crash:

-"brisa":  "workspace:*",
+"brisa": "file:../brisa",

🤔

gariasf commented 3 weeks ago

Hey Aral, I will try those steps this weekend. I'll keep you posted.

aralroca commented 3 weeks ago

The navigation to some pages now is working fine in windows, we pre-released on 0.1.4-canary.1

I would say that now the only outstanding issue is the hoisting issue in Bun builder. So here we have to wait for the Bun fix. It would be nice to do a review, run bun create brisa --example and test each of the examples on Windows to verify that we can close the ticket.

I have not been able to reproduce the style issue with the Windows I have been given. Could someone give me more details? Or verify if is fixed on last versions?

aralroca commented 2 weeks ago

An error during build (from discord):

Screenshot 2024-11-03 at 09 01 55
aralroca commented 2 weeks ago

Looks that the BRISA_DIR is incorrect in Windows. The error is from this:

https://github.com/brisa-build/brisa/blob/7fd23af8231b2204d1f692efe262e427e56ff49f/packages/brisa/src/utils/compile-serve-internals-into-build/index.ts#L35-L41

And the crash here:

https://github.com/brisa-build/brisa/blob/7fd23af8231b2204d1f692efe262e427e56ff49f/packages/brisa/src/utils/compile-serve-internals-into-build/index.ts#L64

I guess the problem comes from process.argv[1] that does not come with Windows separator

https://github.com/brisa-build/brisa/blob/7ea17d8daebb14f023a8209738b3c1f72f5bce64/packages/brisa/src/constants.ts#L33