Access to fetch at 'http://localhost:3000/api/linesColorApi' from origin 'http://10.10.0.13:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
30 lines
424 B
Plaintext
30 lines
424 B
Plaintext
# Node modules
|
|
/node_modules/
|
|
|
|
# .NET build output
|
|
/.next/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Cache files
|
|
.next/cache/webpack/*.gz
|
|
|
|
# Ignoring trace files
|
|
trace
|
|
|
|
# Webpack cache files
|
|
.next/cache/webpack/client-development/*.gz
|
|
.next/cache/webpack/server-development/*.gz
|
|
|
|
# Ignore specific Next.js build files
|
|
pages-manifest.json
|
|
nodeMap für 13 am 16.07.2024.zip
|