DEV Community

AHMED HAFDI
AHMED HAFDI

Posted on

1

the developement server returned response error code : 500 #1

solution :
babel-preset-react-native make this trouble. Run below orders in your project root dir:

$yarn remove babel-preset-react-native
$yarn add babel-preset-react-native@2.1.0

Top comments (1)

Collapse
 
hafdiahmed profile image
AHMED HAFDI

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay