Errors adding languages and Remove redirect to lang in starter template

I downloaded the corporate starter template and I was hoping for a simple introduction for strapi.

But I was quite wrong. I tried to add a new language under “settings”, "internationalization and then copy the content of global from the EN locale only to be met with “1 relation(s) of type api::global.global associated with this entity do not exist”. I noticed others have the same problem.

The second problem I have is that site redirects to /en/ automaticly. Its a lot of code to go through just to remove the lang redirect. Why was it included in the starter template?

This topic has been created from a Discord post (1264607330956214354) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Did you read the first paragraph on the template description? lol

note: This project was started with love by Trecia, Daniel and Paul. We were all new to Next 14 and Typescript. If you find any bugs or improvements feel free to create an issue. Thank you all for your support and participation.

Fetching Data from strapi is extremly easy, it can be done with rest api or graphql if you install the plugin.

You don’t need a corportate starter template, just install next.js and use native fetch to hit your strapi endpoints that get created automatically as you make content types.

Yes thanks, I was a bit tired after trying to figure out the code, but I created my own api fetch files and I seem to be able to fetch the data now without to much problems.