- Issue created by @Thomas Kaisuka
- πΊπ¬Uganda Thomas Kaisuka
I manually created it with this;
const proxy = 'http://radix.loc';
module.exports = (
proxy: proxy;
);
Problem solved
I'm not sure if you are filing the issue under the correct branch or not Thomas but the
6.x
does not have aproxy.js
file but rather.env.local
file, you might have mixed things up with5.x
documentation- πΊπ¬Uganda Thomas Kaisuka
I managed to locate the .env.local and configured my base_url. Thanks