apiBaseURL handling deprecated -- need to be changed before Nuxt3.5
You are trying to access a public runtime config value (apiBaseUrl) directly from the top level. This currently works (for backward compatibility with Nuxt 2) but this compatibility layer will be removed in v3.5. Instead, you can update config['apiBaseUrl'] to config.public['apiBaseUrl'].