Skip to content

Commit c693c78

Browse files
Troubleshooting
1 parent b96749b commit c693c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
server: {
7878
// @ts-ignore
7979
cors: {
80-
// credentials: true,
80+
credentials: true,
8181
origin: 'https://nuxt-socket-io.netlify.app',
8282
methods: ['GET', 'POST']
8383
// origin (origin, callback) {

0 commit comments

Comments
 (0)