Hello,
I’m using vue3 and the builder sdk for vue3
I have a big issue with pages type.
If i create a page based on the model page all is working with url like :
/
/page1
/page2
and more
But if i create a new model based on page type like ‘project page’ ‘post page’ or others,
The preview don’t work, when url is not at the root level…
/project/x is not working
/post/x is not working
only / or /x work
I also tried to add dynamic preview url for the model
it don’t seem to work at all
thanks for the time !