79302833

Date: 2024-12-23 10:50:15
Score: 1
Natty:
Report link

You dont need localhost:8080 and 127.0.0.1:8080 in allowedOrigins so remove them, then in your browser open the developer tools and check the error in the console, it will give you something like "Access to fetch at ... from origin 'localhost:5173'" you will need to add this URL in your config, or you can allow all by adding this .allowedOrigins("*")

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Khaled Abu Shamat