Closed Sandeep-Suthar9467 closed 3 months ago
Phoenix.View
shouldn't exist in 1.6, it was moved to a separate dependency (phoenix_view).
Try doing rm -rf _build && rm -rf deps
then mix deps.get
.
Hey @Gazler Thanks for the suggestion,
I've tried running these steps locally, it seems to be running fine, but I have a gitlab.yml file configured where this issue is seen on every pipeline trigger specially after mix.compile
step is run as configured in my gitlab.yml file.
rm _build & deps directories via gitlab yml command won't help me right?
Let me know, If I am missing something, I'll share the necessary component of the yml file as well, if required.
It is possible gitlab has some sort of cache, I'd see if there's a way to clear the cache and run the build.
Environment
Steps to Reproduce:
Afrer upgrading to Phoenix dependencies in
mix.exs
:I have actually ran the following commands in order to try and fix the error.
& I have attempted to compile the project using the follow mix command, but I am receiving issues.
Expected Behavior:
The project should compile successfully without errors.
Actual Behavior:
The following compilation error occurs:
Reason for Upgrade:
I am upgrading the Phoenix version to address a security vulnerability in wildcard check_origin configurations.
I would appreciate any guidance or suggestions to resolve this issue. Thank you for your help!