amagic5502
06/11/2023, 3:01 PMawait axios.put(`${API_ENDPOINT}/prompt/audit/${promptId}/feedback`, {
feedback,
}, { withCredentials: true });`
And gets this error
File "//Python/3.9/lib/python/site-packages/supertokens_python/recipe/session/framework/flask/__init__.py", line 60, in wrapped_function
raise Exception("Should never come here")
Exception: Should never come here
On the backend I have @verifySession
annotation
What am I doing wrong?