goofysystem
Explore posts from serversCDCloudflare Developers
•Created by goofysystem on 3/17/2024 in #pages-help
Typesense search breaks the app when refreshing the page.
2 replies
CDCloudflare Developers
•Created by goofysystem on 10/12/2023 in #pages-help
Sveltekit + Lucia: Error: The script will never generate a response.
2 replies
CDCloudflare Developers
•Created by goofysystem on 9/13/2023 in #workers-help
403 Error using Turso in local development when running wrangler dev with `--remote` flag
You only get this error when running wrangler dev with --remote flag.
Here's a repo that demonstrates this:
https://github.com/zestsystem/cloudflare-worker-turso/tree/main
3 replies
CDCloudflare Developers
•Created by goofysystem on 8/24/2023 in #pages-help
@sveltejs/adapter-cloudflare problem in a monorepo
I have a local workspace package that I import into my sveltekit project. Lets say this package has kysely and @libsql/kysely as its dependencies. Consuming this package results in a build failure like this:
Now if I pnpm install the dependencies of the workspace package directly to the sveltekit project, so in this case kysely and @libsql/kysely, the build is successful. This means that whenever sveltekit consumes a package, I would need to make sure that sveltekit has its dependencies explicitly installed as well.
I have confirmed this with a package that uses @aws-sdk as well. Build fails when @aws-sdk is not directly installed to sveltekit, works when it is installed.
3 replies