Hi @rp_st
Looks like the front end module of supertokens tries to call the core in a loop, it's making many calls per seconds without an end.
r
rp_st
09/24/2023, 3:39 PM
hey @aquamarine2620
rp_st
09/24/2023, 3:40 PM
why is the refresh API giving a 404? Can you enable backend debug lgos and show the output when this API is called?
a
aquamarine2620
09/24/2023, 7:43 PM
it's giving 404 on purpose, this is gonna be fixed but still the frontend shouldn't make tens of request per second if this is happening
r
rp_st
09/24/2023, 7:44 PM
Yea. It shouldn’t. It normally just throws this error back to you. But it depends on how you are handling it from your api calls as well. I don’t have enough info about your setup