We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const { data, status, error, refresh } = await useAsyncData( 'get-todo-list', async () => await $fetch(`/api/todo`, { method: 'GET', }), { default: () => [], server: true, 👈 }, )
Console: server: true
server: true
// no user SSR API Calls - Error 401 Unauthorized console log from defineEventHandler ~ session: null
server: false
// Client Side API Calls: User Authorized console log from defineEventHandler ~ session: { user: { id: 'ebsn3h5twkjhf5p', name: 'Demo User', email: '[email protected]', userId: 'ebsn3h5twkjhf5p' }, sessionId: 'dc5htrfnnd7ajzs00h00sjjiwo84yy6rvloblcz4', activePeriodExpiresAt: 2024-05-02T05:52:08.118Z, idlePeriodExpiresAt: 2024-05-16T05:52:08.118Z, state: 'active', fresh: false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Console:
server: true
server: false
The text was updated successfully, but these errors were encountered: