Skip to content Skip to sidebar Skip to footer

Google App Engine CORS “Error Parsing ./app.yaml: Unknown Url Handler Type”

I'm trying to apply CORS to one of my app engines, but I'm encountering an error. I've tried looking at the recommendations for other answers (spacing) but it still errors: app.yam

Solution 1:

You can only set HTTP headers for static files. You need to do the CORS part in nodejs code.


Post a Comment for "Google App Engine CORS “Error Parsing ./app.yaml: Unknown Url Handler Type”"