lucagrandi make sure you have set the Website URL correctly in the file:
src/configs/website/index.js
Here if your localhost Foodomaa url is: http://127.0.0.1/foodomaa, you need to make sure the Endpoint set here is like so:
export const WEBSITE_URL = "http://127.0.0.1/foodomaa";
If this is correctly set, check the console log for errors on your browser.