wasp icon indicating copy to clipboard operation
wasp copied to clipboard

The fastest way to develop full-stack web apps with React & Node.js.

Results 602 wasp issues
Sort by recently updated
recently updated
newest added

From Discord: https://discord.com/channels/686873244791210014/920312576133443634/1375493661298524211 Our Google login credentials guide is outdated, seems like Google changed the process a bit. We need to update the guidance and screenshots.

documentation
good first issue
shouldfix

This issue covers several e2e test-related improvements: - We recently documented how a PR author should run e2e tests after getting the approval on the PR, but we should add...

ci
tooling
faster wasp dev

The socket connection returns 404, we should check what's going on and fix it. ![Image](https://github.com/user-attachments/assets/241d7502-19e7-4ffa-bedf-4a3b2696909f)

bug
shouldfix

Original issue by @Martinsos, edits by @sodic on 10.6.2025. ---- We spend a lot of time during each release of Wasp. This issue explores which parts we can automate. We...

faster wasp dev

Currently it is only Fly, soon also Railway. Maybe we test this already when we deploy example apps? In any case we want to be explicit about us testing this...

faster wasp dev

We deploy some of our example apps and use them for showcasing wasp (e.g., OpenSaas, web sockets voting, etc.). We should deploy all apps we deem useful and we should...

ci
faster wasp dev

We had a quite tricky situation when react-query released a broken release on their side, because Wasp pulled in that broken release for everybody (since it used `^` for react-query...

shouldfix

This issue only discusses the operational parts of Wasp's release process (e.g., merging branches, drafting a release, tagging the release, etc.). For automating the full release process, see https://github.com/wasp-lang/wasp/issues/2662 As...

ci
faster wasp dev

Right now, telemetry in Wasp sends usage information and that is it. Modeling by what Prisma.io does, we want to do more -> we want telemetry in Wasp to also...

enhancement
dx

Currently we generate the following code in our SDK: ```ts type RouterLinkProps = Parameters[0] // PUBLIC API export function Link( { to, params, search, hash, ...restOfProps }: Omit & {...

dx