daz.dev
daz.dev
SSolidJS
Created by Robin Lindner on 12/30/2023 in #support
Build a Drag & Drop Designer with Solid
This would be a useful framework, for sure. Have you started working on it @PureSoul?
6 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Yeah, I think it was my new-ness to Netlify rather than a problem with Solid Start.
14 replies
SSolidJS
Created by Robin Lindner on 12/30/2023 in #support
Build a Drag & Drop Designer with Solid
For PDF generation, I run https://gotenberg.dev/ as a microservice, with some "print format" CSS boilerplate to define the canvas.
6 replies
SSolidJS
Created by Robin Lindner on 12/30/2023 in #support
Build a Drag & Drop Designer with Solid
Might be a good starting point to hack together a proof of concept: https://solid-dnd.com/
6 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Will try integration of some server functions for completeness.
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
No netlify.toml required. I'm starting to understand the advantage of Nitro and Vinxi now, your message prompted me to build locally to better understand the process.
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Ah yeah, this needs to be set to dist -- obvious now. Netlify deployed: https://659012a4ca65440008130773--iridescent-toffee-84678c.netlify.app/
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
When I change the Netlify interface Publish directory to /.output it similarly fails
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Configuration error:
Deploy did not succeed: Deploy directory "netlify" does not exist
Configuration error:
Deploy did not succeed: Deploy directory "netlify" does not exist
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
No description
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Strange that the Netlify journey isn't as smooth.
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
Hey @Metru – deployed to Vercel first time: https://solid-start-beta2-suupjbxso-darrenbarklie.vercel.app/about
14 replies
SSolidJS
Created by daz.dev on 12/29/2023 in #support
Deploying vanilla Start Beta2 to Netlify fails, edge function crashes
@Metru Thanks! Will loop back shortly to try this config. 🙂
14 replies
DTDrizzle Team
Created by louis on 10/2/2023 in #help
No such table: main.__old_push_[TABLENAME]
Just run in to this same issue with Elysia and Lucia Auth. Hit it twice, only resolution is to delete the tables, which is not practical. Did you open a GitHub issue I can track/contribute to @stan?
77 replies
DTDrizzle Team
Created by Meexa on 11/21/2023 in #help
sqlite insert results in error: "SQLite error: no such table: main.__old_push_items"
Also encountering this after pushing changes:
LibsqlError: SQLITE_UNKNOWN: SQLite error: no such table: main.__old_push_user
LibsqlError: SQLITE_UNKNOWN: SQLite error: no such table: main.__old_push_user
7 replies
DTDrizzle Team
Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Actually, I figured this out. The issue what that I wasn't pointing to my src/db/schema.ts file correctly, hence not finding columns.
32 replies
DTDrizzle Team
Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Let me know what additional info will help.
32 replies
DTDrizzle Team
Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
I have just run in to this error too: v0.20.7 pushing to Turso.
32 replies
SSolidJS
Created by turtle15 on 10/31/2023 in #support
Does Solidjs have its own tanstack query?
I'm struggling to understand how to use createMutation() with Solid Query and I don't see it documented. Specifically how to handle the first CreateMutationOption. Is createResource the way to go for posting data, or can you advise on what I need to be passing to the first argument of createMutation()?
5 replies