We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96749b commit c693c78Copy full SHA for c693c78
nuxt.config.js
@@ -77,7 +77,7 @@ export default {
77
server: {
78
// @ts-ignore
79
cors: {
80
- // credentials: true,
+ credentials: true,
81
origin: 'https://nuxt-socket-io.netlify.app',
82
methods: ['GET', 'POST']
83
// origin (origin, callback) {
0 commit comments