Migration to v6 issue - CorsMiddleware & IDE Error #4369
Unanswered
tom-laplace
asked this question in
Help
Replies: 1 comment
-
if someone still has that error, it seems cors_provider is not added to the list of providers during migration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm doing the migration from v5 to v6, I've been following the docs, application was launched with success but I got a problem when I make a call to my API (first image). Don't know what to do as it is relative to my handler (second image) which is, according to the api-starter-kit, correct.
You can also see my second question on the 2nd image, with the new "app" import, I get an error from my IDE, he asks me to put { app } but this is not working when lauching the app and it is also incorrect following the docs. I've installed all the latest extensions and restarted it but nothing to do.
I'm really looking forward for your answers as it is not clear at all, for me, how to fix the middleware's class loading from the module.
Thx
Beta Was this translation helpful? Give feedback.
All reactions