You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LuisDuarte1
changed the title
🐛 BUG: Fatal uncaught kj::Exception: kj/table.c++:49: failed: inserted row already exists in table
🐛 BUG: Fatal uncaught kj::Exception: kj/table.c++:49: failed: inserted row already exists in table while trying to run multiple workflows locally
Oct 30, 2024
If you experience the same issue, please react to the issue rather than leaving a comment so that those watching the issue and receiving notifications don't get notification fatigue :)
Which Cloudflare product(s) does this pertain to?
Workers Runtime, Wrangler, Other
What version(s) of the tool(s) are you using?
3.83.0
What version of Node are you using?
No response
What operating system and version are you using?
Linux
Describe the Bug
Observed behavior
Wrangler crashes with a kj::Exception when you have more than one workflow setup in wrangler.toml.
Expected behavior
Both workflows work
Steps to reproduce
Works:
Does not work, with crash:
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
Fatal uncaught kj::Exception: kj/table.c++:49: failed: inserted row already exists in table stack: /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5b41f0f /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@322a850 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@322a744 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2eaf016 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2eb9126 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2e898b8 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2e87295 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2e75bdf /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5b3594a /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5b35d7b /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5b33cb8 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@5b339c3 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2e61af3 /lib/x86_64-linux-gnu/libc.so.6@24082 /home/codespace/.npm/_npx/d77349f55c2be1c0/node_modules/@cloudflare/workerd-linux-64/bin/workerd@2e6102d
The text was updated successfully, but these errors were encountered: