Ticket: Login Issue: CORS Header Missing in VM App
@Issho Just created a ticket
Question: cannot log in
Attempted: installed vm, used docker compose to start the app when trying to log in General error: TypeError: NetworkError when attempting to fetch resource.. Please check your browser console. console log: CORS header \u2018Access-Control-Allow-Origin\u2019 missing
Working On: trying to log in
Using Postiz On: docker-compose
Take it from here @Postiz
Question: cannot log in
Attempted: installed vm, used docker compose to start the app when trying to log in General error: TypeError: NetworkError when attempting to fetch resource.. Please check your browser console. console log: CORS header \u2018Access-Control-Allow-Origin\u2019 missing
Working On: trying to log in
Using Postiz On: docker-compose
Take it from here @Postiz
2 Replies
nvm i got to work, changed the values to
MAIN_URL: "http://localhost:5000"
FRONTEND_URL: "http://localhost:5000"
NEXT_PUBLIC_BACKEND_URL: "http://localhost:5000/api"
This thread is now closed! Feel free to open a new one if you need help