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