“Documentation Issues” prepends “www” to Create on Roblox, leading to a invalid domain.
![]()
Expected behavior
Documentation issues should link https://create.roblox.com/docs
Page URL: https://devforum.roblox.com/w/bug-report/steps/step_1
“Documentation Issues” prepends “www” to Create on Roblox, leading to a invalid domain.
![]()
Expected behavior
Documentation issues should link https://create.roblox.com/docs
Page URL: https://devforum.roblox.com/w/bug-report/steps/step_1
The redirection script is probably just hardcoded to prepend www. to any external link inside that step without checking if it’s a subdomain.
Until they fix the link in the report wizard, typing out or pasting the full URL [https://create.roblox.com/docs](https://create.roblox.com/docs) directly into your report should bypass the broken redirect.
It’s manually typed out. www.create.roblox.com/docs is the only listing that has www appended to a subdomain.
Even if a human originally mistyped it into a database or config file somewhere, the wizard itself dynamically pulls and formats those categories.
The fact that it’s the only one broken actually proves it’s a backend config bug or a faulty string interpolation in their redirect script for that specific option. If it were a purely “manually typed” static text link on the page, the browser wouldn’t be trying to parse it as a broken redirect loop or a wildcard subdomain handler. Either way, Roblox needs to fix that database entry or script asset