a year ago
Hi there I keep getting this error:
index.ts:14 Google Maps API key is not configured
(anonymous) @ index.ts:14Understand this warningAI
index.ts:18 Database URL is not configured
(anonymous) @ index.ts:18Understand this warningAI
index.ts:22 Redis URL is not configured
(anonymous) @ index.ts:22Understand this warningAI
index.ts:52 VITE_GOOGLE_MAPS_API_KEY:
index.ts:53 DATABASE_URL: undefined
index.ts:54 REDIS_URL: undefined
In my console for my app. I have the variables set in Railway and the ID's match, so I'm unsure what's going wrong. I also have the variables split by front and backend. thanks
1 Replies
a year ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 12 months ago
a year ago
Your codebase is an amalgamation of a backend and a frontend, before we can begin to setup the Railway project, please get your project into a proper monorepo structure as shown here -
https://github.com/railwayapp-templates/monorepo-example
Once you have your project following that structure then we can continue.