I want to try to run build a ChatGPT clone with Spring Boot, LangChain, and React.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘chatService’: Injection of autowired dependencies failed
TS2307: Cannot find module Frontend/generated/endpoints or its corresponding type declarations.
Since ChatService is the @BrowserCallable class the latter seems more likely. Check for any @Autowired annotations, and the class’s constructor parameters
I have followed the method in the video made by Mr. Marcus, but there is a problem that there is no import data/services option as in the video, do you understand the problem?