Bryant Gillespie
Bryant Gillespie
The error you're seeing is not an pnpm issue. After running `pnpm i` - Nuxt runs a post install script to generate a .nuxt directory and generate types. As part...
Did you add your DIRECTUS_URL to the .env file? If so, and you are sure the .ENV file is correct - I'd look at the CORS settings for your Directus...
Here's the specific link to the CORS config. https://docs.directus.io/self-hosted/config-options.html#cors
I guess it's trying to connect to the DB before it's ready. Found this thread. https://github.com/directus/directus/issues/20542 Seems like more a docker container issue than a Directus issue.
Hmmm - based on the error maybe a dependency issue?
Have you tried updating dependencies?
Are you trying to load into a local instance? Or one hosted on Railway? Because you mentioned Railway but the error you included shows you are loading into http://0.0.0.0:8055. What...
I can see why it's confusing. If create from within an organization Directus will automatically add the proper org to that contact upon save, but because of the M2M relation...
I'd like to but I've got a lot on at the moment. Would be open to review any PR though.
Eventually 😅. I wouldn't count on it being anytime soon though.