How to Create a Blog with SvelteKit & Strapi

Dear,

I have a problem to keep the login status. Even I make it enable in Users-Permissions => AUTH, USER (Sellect all for Authenticated and public)

I created Auth controller as like explained

Now, if we access /auth/me, we get 404 NotFoundError.

Like the post routes, Strapi doesn’t, by default, allow anyone to access this route either. So, let’s edit permissions like how we did earlier for the Authenticated role.

Any idea what’s wrong?

Best regards,
Uno