I’ve just installed Ottomator and now when I try to generate code (using OpenAI 4o) a lot of the time is just hangs and the ‘in progress’ circles/loaders don’t resolve the code. And it just hangs.
Does anyone have any ideas how this can be fixed?
I’ve also started to see this error:
[plugin:vite:esbuild] Transform failed with 1 error:
/home/project/src/pages/AccountPage.jsx:32:3: ERROR: Expected identifier but found “/”
/home/project/src/pages/AccountPage.jsx:32:3
Expected identifier but found “/”
30 |
31 | export default AccountPage;
32 | </boltAction
| ^
at failureErrorWithLog (/home/project/node_modules/esbuild/lib/main.js:1639:15)
at eval (/home/project/node_modules/esbuild/lib/main.js:837:29)
at responseCallbacks. (/home/project/node_modules/esbuild/lib/main.js:693:9)
at handleIncomingPacket (/home/project/node_modules/esbuild/lib/main.js:752:9)
at Socket.readFromStdout (/home/project/node_modules/esbuild/lib/main.js:669:7)
at Socket.emit (node:events:30:10899)
at addChunk (node:internal/streams/readable:225:3685)
at readableAddChunk (node:internal/streams/readable:225:3393)
at Readable.push (node:internal/streams/readable:225:4971)
at _0x376914.onStreamRead (node:internal/stream_base_commons:211:2596
Click outside, press Esc key, or fix the code to dismiss.
You can also disable this overlay by setting server.hmr.overlay to false in vite.config.js.
[ I installed Ottomator via Docker ].
Many thanks
Ryan