Process as usual. Click ‘Add new site’ > ‘Import an existing project’ > authorize Bitbucket… then choose a workspace and input repository name.
Unexpectedly, it now always returns an error with “Invalid filter query expression: Illegal character in input”. Pagination doesn’t work either. I just can’t access the repository I need. Tried multiple latest browsers (on Windows).
We really hope that they will look asap into it. We have several environments waiting to be published for some clients and we cannot create any new site anymore through Bitbucket! We have exactly the same issue as @raimonds_wrong
Please Netlify, can you guys look into this issue asap?
Thanks in advance.
It appears to be a URL params encoding issue. Failed requests contains q=name~%2522zalais%2522 and the part %2522 is incorrect. It should be q=name~%22zalais%22.
It’s weird that it only happens with Bitbucket.
Bitbucket API reference: Filter and Sort objects.
Great! Thanks for support. Now the case with searching the repository by name works.
I just want to mention… it’s not critical, but pagination still doesn’t work. It always shows the first page and clicking “Next” takes you to the top of the page without changing repository list.