vaadin / hilla

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
https://hilla.dev
Apache License 2.0
895 stars 56 forks source link

CLI --react results in 400 error #692

Open simasch opened 1 year ago

simasch commented 1 year ago

This is a blocker!

npx @hilla/cli init --react --auth react-with-auth
Creating application 'react-with-auth'
Unable to create project: 400

Trying to create React-based Hilla app results in a 400 error.

platosha commented 1 year ago

Hi, thanks for reporting. Sadly the --auth option in combination with React is not supported yet. Does it work without --auth for you?

simasch commented 1 year ago

@platosha Yes it works without --auth. A better error message would be great!