brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

Invalid allow list setup for base URLs #74

Open timothyachumba opened 2 years ago

timothyachumba commented 2 years ago

I got this error from a fresh install. I'm not entirely sure what's going on. I assume it has something to do with the config file and this https://getkirby.com/docs/reference/system/options/url#url-allowlist

timothyachumba commented 2 years ago

Hardcoding the localhost URL solved the issue for me but I'm sure that's just a temp fix

no-liver commented 1 year ago

Not much to find about this issue so if anyone looking and maybe it'll help them also out: For worked adding to the credentials.php config

return [
  'url' => '/'
];

(NB: Using a slightly updated repo: https://github.com/chevalvert/boilerplate-kirby)