You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue with trailingSlash: 'always'. Is there a workaround for this? SvelteKit doesn't provide a per page configuration, so I'm stuck between breaking some existing URLs for users by not using trailingSlash: 'always' and not using this.
sk-auth assumes the setting to be either
never
orignore
and it doesn't work well withalways
(/api/auth/signout
does not work at all).https://kit.svelte.dev/docs#configuration-trailingslash
The text was updated successfully, but these errors were encountered: