(!) Failed to retrieve local session state from cookies after a successful session refresh
When I call
hello
, this exception pops up: Failed to retrieve local session state from cookies after a successful session refresh. This indicates a configuration error or that the browser is preventing cookie writes.
.4 Replies
no extension are installed. I'm using latest chromium from AUR
firefox acts the same
this also doesn't work
Can you share your repo or create a reproduction on stackblitz?
https://start.solid.new/
StackBlitz
Solid-start With Tailwindcss Example - StackBlitz
Run official live example code for Solid-start With Tailwindcss, created by Solidjs on StackBlitz
I figured it out myself. The issue was in bootstrap call at
entry-client.tsx
:
This function simply wraps another function call (which wraps this...), but I don't understand why it affects Solid or Solid Start at all: