Ayush
Ayush
@xpadev-net let me know of you get turbopack working.
Instead of using ```"@ardnt/vercel-python-wsgi"```. Use ```"@natanffs/vercel-python-wsgi"```. Also Change: "runtime": "python3.9". @ardnt hasn't yet updated to Python 3.9.
Any updates on getting this fixed?
Just a quick side note for anyone experiencing test failures. **Make sure you're nodes aren't resource exhausted.** I had two worker nodes running on `512mb` of ram and tests failed...
The `{/* @ts-expect-error Server Component */}` get's rid of the typescript error as mentioned by [icyJoseph](https://github.com/icyJoseph). However, This produces a different `Server Error: Objects are not valid as a React...
> > However, This produces a different `Server Error: Objects are not valid as a React child (found: [object Promise]). If you meant to render a collection of children, use...
> how would you use the custom css variable colors inside your code (navigation headerStyle color for example)? It's just a guess as I haven't tested it but it might...
Hi @Emilgardis! I ran into this exact problem and my problem output matched the one in this issue. After updating cross to `main` & trying `cross run --target x86_64-pc-windows-gnu` again....
Update! Turns out it wasn't really an image issue but an issue of how my docker files were stored. The docker daemon `data-root` directory wasn't owned by me. I replaced...
> I suppose cross test doesnt work though? That's true @Emilgardis! It does not work since the target defaults to `ghcr.io/cross-rs/x86_64-unknown-linux-gnu` & rust would not compile there since I used...