after the last issue with @tanstack/react-query , i updated my wasp version from 0.16.3 to 0.16.5. i run wasp clean , and deleted all package-lock.json and node_modules , deleted database container and volume and started fresh :
wasp start dbwasp db migrate-devwasp start
wasp start dbwasp db migrate-devwasp start
everything seem to run correctly except that the dev server doesnt start , the process quits after saying Starting up generated project ,here is the log:
root@Proxmox /home/dada/myapp/app # wasp start:bee: --- Starting compilation and setup phase. Hold tight... ------------------------:bee: --- Compiling wasp project... --------------------------------------------------:white_check_mark: --- Successfully completed npm install. ----------------------------------------:bee: --- Setting up database... -----------------------------------------------------:white_check_mark: --- Database successfully set up. ----------------------------------------------:bee: --- Building SDK... ------------------------------------------------------------:white_check_mark: --- SDK built successfully. ----------------------------------------------------:white_check_mark: --- Your wasp project has successfully compiled. -------------------------------:bee: --- Listening for file changes... ----------------------------------------------:bee: --- Starting up generated project... -------------------------------------------
root@Proxmox /home/dada/myapp/app # wasp start:bee: --- Starting compilation and setup phase. Hold tight... ------------------------:bee: --- Compiling wasp project... --------------------------------------------------:white_check_mark: --- Successfully completed npm install. ----------------------------------------:bee: --- Setting up database... -----------------------------------------------------:white_check_mark: --- Database successfully set up. ----------------------------------------------:bee: --- Building SDK... ------------------------------------------------------------:white_check_mark: --- SDK built successfully. ----------------------------------------------------:white_check_mark: --- Your wasp project has successfully compiled. -------------------------------:bee: --- Listening for file changes... ----------------------------------------------:bee: --- Starting up generated project... -------------------------------------------
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.