When I access the application in firefox, I get an...
# support-questions-legacy
k
When I access the application in firefox, I get an error "Please provide a valid domain name" in the frontendConfig section.
r
hey @kojydesu can i see the values in the appInfo configuration on the frontend?
k
export const appInfo = { appName: 'flowzoo', apiDomain: 'http://flowzoodev.jp:3001', websiteDomain: 'http://flowzoodev.jp:3000', apiBasePath: '/api/auth', websiteBasePath: '/auth/signup', };
r
Right. WebsiteDomain can’t be *. Something
Use window.location.href or something instead
k
i fixed
export const appInfo = { appName: 'flowzoo', apiDomain: 'http://flowzoodev.jp:3001/', websiteDomain: 'http://flowzoodev.jp:3000/', apiBasePath: '/api/auth', websiteBasePath: '/auth/signup', };