"Invalid return_url" on REST Api authentication despite set Allowed Origins

Hi, I am getting the following error

Invalid return_url. The return URL should match the application’s allowed origins. Contact the developer.

So naturally, I would want to make sure that the return url is in the allowed origins. Here’s the request url, just in case

https://trello.com/1/authorize?name=Due%20Dates%20Tool&key=f7c3f4e53db5bab6985dfc1db98ff0aa&expiration=never&scope=account%2Cread%2Cwrite&author=Jan%20Gebauer&callback_method=fragment&response_type=fragment&return_url=https%3A%2F%2Fdextend.sunshineworks.online%2Fon-enable-authentication.html%23%257B%2522secret%2522%253A%25225VHjGL8GAmmq4iQD08Hv3uOelV9VvEwXTBqrMGSDXlXWECmKq6VktT7Go9HwBpAr%2522%252C%2522context%2522%253A%257B%2522version%2522%253A%2522build-211134%2522%252C%2522member%2522%253A%252266e3474d0ef6c586ed9625ae%2522%252C%2522permissions%2522%253A%257B%2522board%2522%253A%2522write%2522%252C%2522organization%2522%253A%2522write%2522%257D%252C%2522locale%2522%253A%2522en-US%2522%252C%2522theme%2522%253Anull%252C%2522initialTheme%2522%253A%2522dark%2522%252C%2522organization%2522%253A%252266e3475a18e3ec6cb8a0cfe1%2522%252C%2522board%2522%253A%252266e3475b29e7c55fa9de7ae3%2522%252C%2522command%2522%253A%2522on-enable%2522%252C%2522el%2522%253A%25220abZygeuOAvTzEBC%2522%252C%2522plugin%2522%253A%252266d2acf7d98674498ad04d09%2522%257D%252C%2522locale%2522%253A%2522en-US%2522%257D

as I understand it, the request_url here is https:// dextend.sunshineworks.online/on-enable-authentication.html (…) and therefore the origin is https:// dextend.sunshineworks.online.

So naturally, I went to my Power-Up admin and set that.

Nonetheless, it’s still broken. It’s even more frustrating because when I test this using a non-published version of the PowerUp, it works fine.

Any ideas, please?

hey, I have the same problem. Did you manage to solve it?