i create route like this
Route.get('/posts', ({ view }) => {
return view.render('post')
}).domain('api.localhost').as('posts.show')
when use it inside template
<a href="{{ route('posts.show') }}">Show</a>
i give this error
E_CANNOT_FIND_ROUTE: Cannot find route for "posts.show" identifier