digitalocean / digitalocean/sample-nuxtjs

Example with proxy

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
20
Forks
73
PR merge metrics
No merged PRs in 30d

Description

There is an special setting to work with proxy and DO static apps?
I'd do some thing like this:

```javascript
// nuxt.config.js

proxy: {
'/api/': 'https://my-backend-app.ondigitalocean.app'
}
```

But any ` POST` response an 405 NOT ALLOWED, it does not work like I expect.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.