i have installed traccar-linux-64.6.6
now i have different project on 3000 port in that i want to access websocket of traccar
so created two tunel
cloudflared tunnel --url http://localhost:3000
cloudflared tunnel --url http://localhost:8082
its working in local no issue
by using http:localhost:3000
when i use trycloudflared.com url it not working showing cros cookie can not access
but when uploaded to dev server ,websocket getting closed immediately
below is my traccar.xml
<properties>
<entry key='database.driver'>org.h2.Driver</entry>
<entry key='database.url'>jdbc:h2:./data/database</entry>
<entry key='database.user'>sa</entry>
<entry key='database.password'></entry>
<entry key='web.origin'>*</entry>
Please do not duplicate your questions.
sir i have just used reference of that question ,still i am facing issue
host https://situation-visible-rising-reject.trycloudflare.com
try to connect websocket
wss://prison-pottery-lawn-rage.trycloudflare.com
If you still have an issue, it doesn't mean it's ok to start spamming people by duplicating it.
Sir i didn't try to spam , i just want to make it how i used previous step so people can get basic understanding for issue i have faced
Sir why search is not present on forums for find old issue solved by other can find easily
i have installed traccar-linux-64.6.6
now i have different project on 3000 port in that i want to access websocket of traccar
so created two tunel
its working in local no issue
by using http:localhost:3000
when i use trycloudflared.com url it not working showing cros cookie can not access
but when uploaded to dev server ,websocket getting closed immediately
below is my traccar.xml
<properties> <entry key='database.driver'>org.h2.Driver</entry> <entry key='database.url'>jdbc:h2:./data/database</entry> <entry key='database.user'>sa</entry> <entry key='database.password'></entry> <entry key='web.origin'>*</entry> <!--<entry key='web.origin'>http://localhost:3000, http://192.168.2.109:8082, https://situation-visible-rising-reject.trycloudflare.com</entr> <entry key='web.sameSiteCookie'>None</entry> <entry key='web.port'>8082</entry> </properties>