Currently looking into Twenty apps and following the documentation. There have been some issues or missing parts, which I will try to document here.
- Start command changed
# Scaffold a new app (includes all examples by default)
npx create-twenty-app@latest my-twenty-app
cd my-twenty-app
# Start dev mode: automatically syncs local changes to your workspace
yarn twenty dev
# yarn twenty dev => error: unknown command 'dev'
Seams to be replaced with yarn twenty app:dev which is correctly output in the terminal after the create command
-
Authentication command
When running theyarn twenty app:devI get anAuthentication failederror without a hint.
Checked with the AI Assisstant in the docs and got the info to runyarn twenty auth:loginfirst, and had to create an API key which fixed the error. -
Running
app:devis showing me an
Resource Build: error
Application Synchronization: error
The other status are showing done
Source: https://docs.twenty.com/developers/extend/apps/getting-started