Taiwo Jolomi

Results 7 comments of Taiwo Jolomi

Just encountered the same. > I had the same issue. My problem was the layout.tsx (with element) was in the same folder as the page.tsx . I needed to create...

> Thanks for opening the issue! Could you please check if the problem is reproducible in a fresh project created with > > `npx create-next-app@latest empty-next-app --use-bun` > > Also,...

> Could you also please try running `mv .next .next_backup` in your project and then `bun dev` to see if it fixes the issue? As a quick fix to still...

Here is my trace log 22:35:29.048 info host patching /home/joloo/.vscode/extensions/ms-vscode.live-server-0.4.16/out/extension.js 22:35:29.068 info host patching /home/joloo/Desktop/project_files/questionbox/node_modules/next/dist/cli/next-dev.js 22:35:29.069 info host patching /home/joloo/Desktop/project_files/questionbox/node_modules/next/dist/compiled/webpack/bundle5.js 22:35:29.070 info host patching /home/joloo/Desktop/project_files/questionbox/node_modules/next/dist/server/lib/start-server.js 22:35:29.070 info host patching /home/joloo/Desktop/project_files/questionbox/node_modules/next/dist/build/webpack/loaders/next-swc-loader.js...

Okay @NikGovorov I'll pause it for this project, that's better because it's very helpful in other projects. Below is my package.json file: ``` { "name": "questionbox", "version": "0.1.0", "private": true,...

I run into the same issue. I am able to use a VPN to access the website since there is no other way to do so. but the VPN doesn't...