Jamesco
WWasp-lang
•Created by Jamesco on 10/2/2024 in #đŸ™‹questions
CORS issue
Yep i think i got it all figured out! thanks i will close this đŸ™‚
20 replies
WWasp-lang
•Created by Jamesco on 10/2/2024 in #đŸ™‹questions
.env not populating
I was dumb and ".env.server.server" should hve been ".env.server"
6 replies
WWasp-lang
•Created by Jamesco on 10/2/2024 in #đŸ™‹questions
CORS issue
Not sure if you are familiar with this project? I got google auth working but lightning login is using localhost, which obviously wont work on the internet any idea how to resolve this, although i understand it is outside of the scope of this ticket. just wondering if you have experince with this i am very well versed on the bitcoin lightning network, although having trouble getting this work in the web application
20 replies
WWasp-lang
•Created by Jamesco on 10/2/2024 in #đŸ™‹questions
CORS issue
@Gwaggli i GREATLY apprecaite your help!
20 replies
WWasp-lang
•Created by Jamesco on 10/2/2024 in #đŸ™‹questions
CORS issue
Ok on railways server viarbales i have set:
DATABASE_URL="${{Postgres.DATABASE_URL}}"
JWT_SECRET="REMOVED"
WASP_WEB_CLIENT_URL="https://aijobbot.xyz/"
WASP_SERVER_URL="https://aijobbot.up.railway.app/"
GOOGLE_CLIENT_ID="REMOVED"
GOOGLE_CLIENT_SECRET="REMOVED"
OPENAI_API_KEY="REMOVED"
Which appears to have resolved it https://aijobbot.xyz/login
20 replies
WWasp-lang
•Created by Jamesco on 10/2/2024 in #đŸ™‹questions
CORS issue
I have the following Railways values set on the server:
DATABASE_URL="${{Postgres.DATABASE_URL}}"
JWT_SECRET="REMOVED"
WASP_SERVER_URL="https://server-production-0b41.up.railway.app"
WASP_WEB_CLIENT_URL="https://client-production-01be.up.railway.app"
GOOGLE_CLIENT_ID="REMOVED"
GOOGLE_CLIENT_SECRET="REMOVED"
OPENAI_API_KEY="REMOVED"
ALLOWED_CORS_ORIGINS="https://coverlettergpt.netlify.app,http://localhost:3000"
are these values correct or do i need to change something?
20 replies