Skip to content
Discussion options

You must be logged in to vote

must be executed on the client side

i would be surprised

in any case, you can go to the .web folder and modify things there until they work, and then see what needs to be done on the reflex side to achieve that output

Yes, finally, with the help of the JBrowse author, the issue is because the version of Next.js in Reflex is a bit behind the latest version, so I simply changed the Next.js version in .web/packages.json.

-    "next": "15.0.4",
+    "next": "15.2.3",

and the go into .web folder, run

npm install
npm run dev

and in main folder, run

REFLEX_BACKEND_ONLY=1 REFLEX_USE_NPM=1 reflex run

Finally, JBrowse can fetch any compressed data files. So how can I easily change the Nextjs ve…

Replies: 2 comments 20 replies

Comment options

You must be logged in to vote
14 replies
@SeqCrafter
Comment options

@adhami3310
Comment options

@SeqCrafter
Comment options

@adhami3310
Comment options

@SeqCrafter
Comment options

Comment options

You must be logged in to vote
6 replies
@adhami3310
Comment options

@SeqCrafter
Comment options

@adhami3310
Comment options

@SeqCrafter
Comment options

Answer selected by SeqCrafter
@adhami3310
Comment options

@SeqCrafter
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants