-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproduce
- Create a project normally
- Create any route
bud new controller hello:/ index show
bud run
- Add
console.log(hellos);
in the script tag (index.svelte) - Go to http://127.0.0.1:3000/ and we will see an error message. For the first time:
gob: bad data: field numbers out of bounds
- Reload. For the second time:
- What the terminal looks like:
-
More details:
- The error message varies between reloads
- Remove
console.log(hellos);
doesn't fix the problem unless Ibud run
again
-
OS: Arch linux
-
Go: v1.18.2
-
Node: v14.19.3
-
bud: 0.1.4
Edit: app made with bud build
works normally.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working