mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 05:43:24 +00:00
Custom Domains not displaying #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @enoy19 on GitHub.
The custom domains are not shown in the Dropdown.


I am hosting Kutt myself on the latest docker image.
@abhijithvijayan commented on GitHub:
You have to manually configure it in extension settings.
Just enable advance mode(in extension settings) and type in the custom domain. Thats it.
@enoy19 commented on GitHub:
thanks for the rapid answer. I configured my kutt server in the advanced options.
the problem is that the custom domains are invisible / "empty strings" in the dropdown.
@enoy19 commented on GitHub:
@abhijithvijayan commented on GitHub:
Try going to the extension settings page and see if the domain is still shown there.
@enoy19 commented on GitHub:
my kutt works with 4 different domains.
the default one and 3 extra.
Do I need to reconfigure it to use one of the 3 custom domains?
isnt that what the dropdown is for?
@abhijithvijayan commented on GitHub:
Please acknowledge the above scenarios if it is right.
@enoy19 commented on GitHub:
I am able to create a link but I have to guess which one is the correct custom domain.
@abhijithvijayan commented on GitHub:
So the only problem now is, you are seeing empty strings in the dropdown for all the domains you have configured, right?
And you are able to shorten using all the custom domains.
I will look into this later.
@abhijithvijayan commented on GitHub:
Try validating the key once again or press the refresh icon in popup,
If it didnt work still, i will check
@enoy19 commented on GitHub:
I've already set my custom host
@abhijithvijayan commented on GitHub:
Can you share a disposable credentials(api key & custom domain) for me to debug these?
Currently I dont have a custom host setup with custom domains.
@enoy19 commented on GitHub:
correct
@enoy19 commented on GitHub:
I tried refreshing but it didn't work. I also tried restarting chrome. didn't work either
@eazyAlf commented on GitHub:
same here, empty strings
@abhijithvijayan commented on GitHub:
@enoy19
@eazyAlf
@mimalef70 commented on GitHub:
I fix this issue, it's because you use {option} to the select box;
I fix this with this code in line 225 ( Form.tsx )
@abhijithvijayan commented on GitHub:
Thanks @mimalef70. Unfortunately i couldnt replicate this so i have kept an implementation similar to yours as a fallback in this commit
85586530a8In the next version of extension, this should be resolved.