Hono & Nextjs
getting type error:
Property '#private' in type 'Registry' refers to a different member that cannot be accessed from within type 'Registry'.
versions:
13 Replies
@Nathan trying to make multi cursors using actor core.
saw https://discord.com/channels/822914074136018994/1399082694440255648 and rechecked rivetkit version but it's the same on server and nextjs side so thats not it
nvm fixed
what was the issue?
composite: false, switched to pnpm workspaceshaha funny how pnpm always fixes everything
alright thx, we keep having people run in to this issue. sounds like we should add a tip in the docs
cheers
one way to streamline is release nextjs package 😛 my ai suggested that and after all the setup i get this package doesn't even exist
oof yeah we'll get that done thx!
is there any way to disable cors or use
* because hono router does not work, i switched to no router which works but then if i use two origins the rivet client rejects the response, i dont need auth and im forced to use credentials: trueyou can also use
ill add option to disable cors, in a few hours, will ping you
okayy
what package manager you have used initially? you were running the example inside the rivetkit repo, or your own example?
trying to reproduce the issue with the typescript, but so far can't figure out your scenario.
it was npm,
two folders(not a workspace) -
client, actor, imported using relative paths ../../actor/index.ts