1. issue next build 후 dispatch(rtkApi.util.invalidateTags(['NoneExportLists'])); 와 같이 rtkApi.util.invalidateTags method가 작동하지 않는 문제가 발생했다. 2. solution 공식문서의 API slice를 store와 연결하는 설정부분을 확인해보았더니 middleware를 설정해주지 않아 발생한 문제였다. 원래 store 설정을 다음과 같이 했다. /redux/store/configureStore.ts 공식문서의 store 설정 관련 부분에 대한 설명과 예시는 다음과 같다. > Connecting the API slice to the store Now that we have our API definition created, we need to hook it up to our store. In order to do that, we will need to