Skip to content

devagrawal09/solid-start-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolidStart Repros

Nested Cache Redirect

When a cache server function calls another cache server function, any redirects thrown inside the inner function are ignored an undefined is returned.

Repro

  1. Run this project
  2. See the generated number. When the number is less than 0.5 the server throws a redirect which gets ignored. alt text alt text
  3. Uncomment line 36 and comment line 39 in src/routes/index.tsx.
  4. This time the redirect gets followed since it's no longer nested. alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors