You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have to use environment variables for key data like API_HOST, API_TENANT etc.
We need to figure out a way to allow the client to pass what info they want to the config on boot.
We have already tried to use shiftNextConfig in the reference site but that only gets defined when the app has already booted and loaded the homepage. Because we make a call to get the menus when the app is booting we cant use this approach as it is undefined on boot.
The text was updated successfully, but these errors were encountered:
At the moment we have to use environment variables for key data like API_HOST, API_TENANT etc.
We need to figure out a way to allow the client to pass what info they want to the config on boot.
We have already tried to use shiftNextConfig in the reference site but that only gets defined when the app has already booted and loaded the homepage. Because we make a call to get the menus when the app is booting we cant use this approach as it is undefined on boot.
The text was updated successfully, but these errors were encountered: