Hi everyone - I can't get the authentication worki...
# gooddata-ui
m
Hi everyone - I can't get the authentication working. I've built a quick react app, following your getting started steps here: https://www.gooddata.com/docs/gooddata-ui/latest/quick_start/ but the app is giving me a "Cannot GET /appLogin" error when trying to embed a dashboard from my trial account. Any ideas?
j
Hello Mike, can you please confirm if you have gone through the steps outlined HERE?
m
Yes. The problem was a different one: I confused code from your v9 docs where auth is explained differently. Scrapped that and used the new docs solved it. Thx 🙂
Now I have the next issue: I can't get the localization bundle loaded:
Server Error
TypeError: Module "file:///Users/<my_repo>/node_modules/@gooddata/sdk-ui/esm/base/localization/bundles/en-US.json" needs an import attribute of "type: json"
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
validateAttributes
node:internal/modules/esm/assert (88:15)
defaultLoad
node:internal/modules/esm/load (130:3)
async ModuleLoader.loadAndTranslate
node:internal/modules/esm/loader (479:32)
j
You can find the doc on this HERE. Can you provide any more information from the console on your end?
m
Thanks, will try tmr!!