You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yanzai
Can you rebuild URLs?
from:
sub.domain.com/0:/
to:
sub.domain.com/{authConfig.roots.name}/
for example: we have 3 roots as: Main, Files, new folder
now addresses:
sub.domain.com/main/
sub.domain.com/files/
sub.domain.com/new-folder/
Main to lowercase and new folder to new-folder
Can you implement this?
The text was updated successfully, but these errors were encountered:
Hi @yanzai
Can you rebuild URLs?
from:
sub.domain.com/0:/
to:
sub.domain.com/{authConfig.roots.name}/
for example: we have 3 roots as: Main, Files, new folder
now addresses:
sub.domain.com/main/
sub.domain.com/files/
sub.domain.com/new-folder/
Main to lowercase and new folder to new-folder
Can you implement this?
The text was updated successfully, but these errors were encountered: