The docs list an example where you can call plain paths in container.fetch and containerFetch. This appears to always fail since it ultimately bubbles up to a regular request object which then throws an invalid url error. Just wanted to confirm whether or not paths are intended to work eventually.
The docs list an example where you can call plain paths in
container.fetchandcontainerFetch. This appears to always fail since it ultimately bubbles up to a regular request object which then throws an invalid url error. Just wanted to confirm whether or not paths are intended to work eventually.