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
When setting up the .env configuration, its template contains the parameter NUXT_PRIVATE_REMOTES={ "media": {"id": "xxxxxxxx-xxxx-xxxx-xxxxxxxx", "locale": "en_GB"} }. Unfortunately the documentation doesn't tell how this parameter is supposed to be setup.
The text was updated successfully, but these errors were encountered:
Hey Rafael and Kevin
I hope you're both fine.
I don't know why this issue hasn't been answered for almost a year, but I hope it hasn't been blocking you since!
So without further verification I'd say, both examples should work. NUXT_PRIVATE_REMOTES={ "media": {"id": "xxxxxxxx-xxxx-xxxx-xxxxxxxx", "locale": "en_GB"} } NUXT_PRIVATE_REMOTES="{ \"media\": {\"id\": \"xxxxxxxx-xxxx-xxxx-xxxxxxxx\", \"locale\": \"en_GB\"} }"
Please note:
This project is just an example and is meant to be customized.
There is no general answer here, as your project might use a different solution for parsing runtime configuration.
All remote projects are using the FSXARemoteApiConfig.apikey, so the key needs to have read permissions for those projects.
Please let us know, when you could solve the issue and how you did it.
Thank you
When setting up the
.env
configuration, its template contains the parameterNUXT_PRIVATE_REMOTES={ "media": {"id": "xxxxxxxx-xxxx-xxxx-xxxxxxxx", "locale": "en_GB"} }
. Unfortunately the documentation doesn't tell how this parameter is supposed to be setup.The text was updated successfully, but these errors were encountered: