fetch denied by CORS policy

Ali Ber3 years ago

hello anton , can u help me fix this error ,
I have read previous articles about it , and , is adding this line to traccar config file , will fix the issue ? thanks

<entry key='web.origin'>*</entry>
Ali Ber3 years ago

Probleme fixed , if you anyone, dropping to this page,
you will need to allow CORS via whatever backend you are fetching from

Aegis Solutionsa year ago

Dear, how are you?

Im having the same problem, can you please explain what do you mean with "allow CORS via whatever backend you are fetching from"?

Im put <entry key='web.origin'>*</entry> into Traccar configuration file (default.xml) and doesn´t work.

erickjohne2 months ago

Hi, Aegis did you have any luck on this?

Ali, I also tried to add <entry key='web.origin'>*</entry> into xml, without sucess

Is there something we need to add into source code and build another version?