GitHub user Mrhs121 added a comment to the discussion: Login with a problem"资源不存在:null"
这个问题是由于3.3.0把plugin单独提出来了,所以需要在启动之前执行install plugin的操作,没有执行的话会导致CP中缺少一个jar包,从而导致下面这个serviceloader无法扫到具体的实现类,所以最终storageoperate就为null了  GitHub link: https://github.com/apache/dolphinscheduler/discussions/17247#discussioncomment-14083365 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
