-
Hey folks, I have a very very strange issue which I cannot seem to resolve. One of them is "POST /v1/asset" which is working fine. So far so good. Here is the code:
Now when I try to change the route to anything (with param or with a static value) I always get a 404. As soon as I rollback the URL, everything works fine again. I am kind of desperate right now as I was debugging for several hours and can't seem to find the issue. Does anyone have a hint where my problem is? Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Wow ... wrote the post and couple of minutes later I found that the problem was related to that specific route being marked as unprotected route. So the Auth middleware was interfering somehow -.- |
Beta Was this translation helpful? Give feedback.
Wow ... wrote the post and couple of minutes later I found that the problem was related to that specific route being marked as unprotected route. So the Auth middleware was interfering somehow -.-