I wrote a function to fetch some records from the Catalyst Datastore. However, when I try to execute it, I get the following error:
com.zc.exception.ZCServerException. Caused by : UnAuthorized
I wrote a function to fetch some records from the Catalyst Datastore. However, when I try to execute it, I get the following error:
com.zc.exception.ZCServerException. Caused by : UnAuthorized
Share
Improve this question
edited Feb 5 at 18:17
Jack
asked Feb 5 at 15:17
JackJack
244 bronze badges
1 Answer
Reset to default 0You might have facing this issue if you were logged into a different Catalyst application previously and then tried to access another one, while the login cookie from the earlier project persisted in your localhost. To resolve this, kindly testing your application in catalyst serve
within an incognito window. This will prevent any cookie conflicts from previous sessions.