Matija Žiberna

Results 17 comments of Matija Žiberna

Had the same issue. It's when you rename the project. You need to rename it in nextjs config.

I had to reinitialise the whole sentry project in NextJs to make it work. Viktor Danyliuk ***@***.***> schrieb am Fr., 13. Sept. 2024, 00:19: > Just spent ~1h on this....

I get the identical error. I literaly followed the SDK React tutorial with React Vite and I cannot handle redirect correctly.

I'm trying to get it to work with Playwright. I was looking for something similar.

Downgrading to 12.0.0 did not work for me. ``` Module parse failed: Unexpected character '' (1:0) The module seem to be a WebAssembly module, but module is not flagged as...

This template is impossible to debug. The breakpoints are not respected as well. It stops on compiled javascript or just does not. Considering going with Remix/Hydrogen. The start is not...

Sure @leerob, these are the command I run : `gh repo clone vercel/commerce` Then install deps `pnpm install` I set debugger break-point in Cursor Run `Next.js: debug full stack` followed...

The fix was to remove the `--turbopack` flag from the dev command. This kind of confirms my suspicion that it's Turbopack-related. However, it's odd because I never had these problems...

Perhaps unrelated, but what I can't wrap my head around is: why is the "Go to Code" [feature](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-definition ) not supported? What's also perplexing is that this codebase returns "No...