25 Jun, 2026, 09:24
setup:
composer run installer:dev
issues
- Getting error when visiting the site
Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.after the site been deployed, looking into the container its stuck in loop with log
TypeScript
[09:19:07] [open-runtimes] Runtime started.
bash: helpers/sveltekit/server.sh: No such file or directory
[09:20:10] [open-runtimes] Code extraction started.
[09:20:15] [open-runtimes] Code extraction finished.
[09:20:15] [open-runtimes] Environment preparation started.
[09:20:15] [open-runtimes] Environment preparation finished.
- build clean up only removing empty folders, meaning builds will be larger than what is on cloud
4MB-cloud vs 80MB-local - screenshot are not showing or taken, (what is the point of having entire chrome running 24/7 just for screenshots that are useless even for the dev)
TL;DR
User is experiencing issues with local self-hosted sites. They are using version `1.9.5-rc.1` from the latest source code. 25 Jun, 2026, 10:59
can u try the new rc release? https://discord.com/channels/564160730845151244/636852860709240842/1519652162244841595
25 Jun, 2026, 11:57
if you mean 1.9.5-rc.1 Im running from latest source code (today)
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...