supertokens-core icon indicating copy to clipboard operation
supertokens-core copied to clipboard

Core cannot parse '_' in URLs

Open jscyo opened this issue 1 year ago • 1 comments

🐛 Bug Report

If the domain name contains an '_' the server will throw an IllegalArguementException.

An example of setting _ in the domain name is when referring to the core by its service name in a docker container and the service name contains an _

This also could happen with a db URI which contains a '_' . URI parsing will also fail for this. Similarly, this can happen when the docker service names

Useful information

image

(Write what happened. Add screenshots, stacktraces, videos, anything that can help)

jscyo avatar Feb 28 '23 10:02 jscyo

@jscyo please assign it to me if it is still open

rituraj2000 avatar Nov 03 '23 12:11 rituraj2000