App breaks in RPC mode, works normally
Hi, as soon as I export the
AppType
as mentioned in the docs. I start getting this error. If I do not export the AppType
and do the normal export default app;
, app works fine here is my index.ts
2 Replies
This was happening because one of my controller methods was not returning from all code paths. This is working now, but is this intended?
Can you explain your solution more to see if thats’s how it’s intended to be