When I am developing my Angular dashboard with the Toggl API everything is going "smoothly". But when I want to host my website I can't make any calls to the API.
I assume the problem has something to do with CORS , but CORS whitelisting has been disabled... Did anyone else encounter this issue or even better, have a solution for this?
Issue:
When I am developing my Angular dashboard with the Toggl API everything is going "smoothly". But when I want to host my website I can't make any calls to the API.
I assume the problem has something to do with CORS , but CORS whitelisting has been disabled... Did anyone else encounter this issue or even better, have a solution for this?
cheers