Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sveltekit fetch in pb calls in .ts pages #264

Open
bbtgnn opened this issue Oct 25, 2023 · 0 comments
Open

Use sveltekit fetch in pb calls in .ts pages #264

bbtgnn opened this issue Oct 25, 2023 · 0 comments

Comments

@bbtgnn
Copy link
Collaborator

bbtgnn commented Oct 25, 2023

For every call to pocketbase, it's important to use the sveltekit custom fetch function, like this:

export const load = async ({ fetch }) => {
    ...
    await pb.collections(...).getFullList({
        fetch 
    })
    ...
}

Important: do this also for verifyUser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant